Html Css Color HEX #C8BEEC Melrose

📋 copy color: '#C8BEEC'

red 200 ◦ green 190 ◦ blue 236

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

Shades of Melrose #C8BEEC

Tints of Melrose #C8BEEC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.35%

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

R = 31.95%
G = 30.35%
B = 37.7%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8BEEC (or 0xC8BEEC) is known color: Melrose. HEX triplet: C8, BE and EC. RGB value is (200,190,236). Sum of RGB (Red+Green+Blue) = 200+190+236=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEEC is #374113. Grayscale: #C6C6C6. Windows color (decimal): -3621140 or 15515336. OLE color: 15515336.

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

Color convert

RGB 200 190 236 -
CMYK 0.15 0.19 0 0.07
HSL 253.04º 0.55% 0.84% -
HSV(B) 253.04º 0.19% 0.93% -
XYZ 57.37 55.16 86.98 -
YUV 198.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 200 190 236 0.15 0.19 0 0.07 253.04 0.55 0.84
Hex C8 BE EC F 13 0 7 FD 37 54
Octal 310 276 354 17 23 0 7 375 67 124
Binary 11001000 10111110 11101100 1111 10011 0 111 11111101 110111 1010100

Color Harmonies of #C8BEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BEEC

Black with #C8BEEC

Text Example


Text Example

White with #C8BEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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