Html Css Color HEX #C8BCEC Melrose

📋 copy color: '#C8BCEC'

red 200 ◦ green 188 ◦ blue 236

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

Shades of Melrose #C8BCEC

Tints of Melrose #C8BCEC

RGB

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

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

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

R = 32.05%
G = 30.13%
B = 37.82%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8BCEC (or 0xC8BCEC) is known color: Melrose. HEX triplet: C8, BC and EC. RGB value is (200,188,236). Sum of RGB (Red+Green+Blue) = 200+188+236=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCEC is #374313. Grayscale: #C4C4C4. Windows color (decimal): -3621652 or 15514824. OLE color: 15514824.

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

Color convert

RGB 200 188 236 -
CMYK 0.15 0.20 0 0.07
HSL 255º 0.56% 0.83% -
HSV(B) 255º 0.2% 0.93% -
XYZ 56.94 54.3 86.84 -
YUV 197.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 200 188 236 0.15 0.20 0 0.07 255 0.56 0.83
Hex C8 BC EC F 14 0 7 FF 38 53
Octal 310 274 354 17 24 0 7 377 70 123
Binary 11001000 10111100 11101100 1111 10100 0 111 11111111 111000 1010011

Color Harmonies of #C8BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BCEC

Black with #C8BCEC

Text Example


Text Example

White with #C8BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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