Html Css Color HEX #C8BCF2 Melrose

📋 copy color: '#C8BCF2'

red 200 ◦ green 188 ◦ blue 242

#C8BCF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #C8BCF2

Tints of Melrose #C8BCF2

RGB

 RED value IS 200 (78.52% from 255) = 31.75%

 GREEN value IS 188 (73.83% from 255) = 29.84%

 BLUE value IS 242 (94.92% from 255) = 38.41%

R = 31.75%
G = 29.84%
B = 38.41%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C8BCF2 (or 0xC8BCF2) is known color: Melrose. HEX triplet: C8, BC and F2. RGB value is (200,188,242). Sum of RGB (Red+Green+Blue) = 200+188+242=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #C8BCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCF2 is #37430D. Grayscale: #C5C5C5. Windows color (decimal): -3621646 or 15908040. OLE color: 15908040.

HSL color Cylindrical-coordinate representation of color #C8BCF2: hue angle of 253.33º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8BCF2 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 188 242 -
CMYK 0.17 0.22 0 0.05
HSL 253.33º 0.68% 0.84% -
HSV(B) 253.33º 0.22% 0.95% -
XYZ 57.83 54.66 91.51 -
YUV 197.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 200 188 242 0.17 0.22 0 0.05 253.33 0.68 0.84
Hex C8 BC F2 11 16 0 5 FD 44 54
Octal 310 274 362 21 26 0 5 375 104 124
Binary 11001000 10111100 11110010 10001 10110 0 101 11111101 1000100 1010100

Color Harmonies of #C8BCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BCF2

Black with #C8BCF2

Text Example


Text Example

White with #C8BCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BCF2; }

 p { color: rgb(200,188,242); }

 H1.HeaderClassName
 {
   color: #C8BCF2;
 }
 .AnyTagClassName
 {
   color: #C8BCF2;
 }
</style>

background-color css

<style>
 a { background-color: #C8BCF2; }

 a { background-color: rgb(200,188,242); }

 div.DivClassName
 {
   background-color: #C8BCF2;
 }
 .BgClassName
 {
   background-color: #C8BCF2;
 }
</style>

border-color css

<style>
 span { border-color: #C8BCF2; }

 span { border-color: rgb(200,188,242); }

 td.TdClassName
 {
   border-color: #C8BCF2;
 }
 .TagClassName
 {
   border-color: #C8BCF2;
 }
</style>