Html Css Color HEX #C8BBEC Melrose

📋 copy color: '#C8BBEC'

red 200 ◦ green 187 ◦ blue 236

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

Shades of Melrose #C8BBEC

Tints of Melrose #C8BBEC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.02%

 BLUE value IS 236 (92.58% from 255) = 37.88%

R = 32.1%
G = 30.02%
B = 37.88%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8BBEC (or 0xC8BBEC) is known color: Melrose. HEX triplet: C8, BB and EC. RGB value is (200,187,236). Sum of RGB (Red+Green+Blue) = 200+187+236=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BBEC is #374413. Grayscale: #C4C4C4. Windows color (decimal): -3621908 or 15514568. OLE color: 15514568.

HSL color Cylindrical-coordinate representation of color #C8BBEC: hue angle of 255.92º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8BBEC is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 187 236 -
CMYK 0.15 0.21 0 0.07
HSL 255.92º 0.56% 0.83% -
HSV(B) 255.92º 0.21% 0.93% -
XYZ 56.73 53.88 86.77 -
YUV 196.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 200 187 236 0.15 0.21 0 0.07 255.92 0.56 0.83
Hex C8 BB EC F 15 0 7 100 38 53
Octal 310 273 354 17 25 0 7 400 70 123
Binary 11001000 10111011 11101100 1111 10101 0 111 100000000 111000 1010011

Color Harmonies of #C8BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BBEC

Black with #C8BBEC

Text Example


Text Example

White with #C8BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BBEC; }

 p { color: rgb(200,187,236); }

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

background-color css

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

 a { background-color: rgb(200,187,236); }

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

border-color css

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

 span { border-color: rgb(200,187,236); }

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