Html Css Color HEX #C5BBEC Melrose

📋 copy color: '#C5BBEC'

red 197 ◦ green 187 ◦ blue 236

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

Shades of Melrose #C5BBEC

Tints of Melrose #C5BBEC

RGB

 RED value IS 197 (77.34% from 255) = 31.77%

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

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

R = 31.77%
G = 30.16%
B = 38.06%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5BBEC (or 0xC5BBEC) is known color: Melrose. HEX triplet: C5, BB and EC. RGB value is (197,187,236). Sum of RGB (Red+Green+Blue) = 197+187+236=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBEC is #3A4413. Grayscale: #C3C3C3. Windows color (decimal): -3818516 or 15514565. OLE color: 15514565.

HSL color Cylindrical-coordinate representation of color #C5BBEC: hue angle of 252.24º 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 #C5BBEC is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 187 236 -
CMYK 0.17 0.21 0 0.07
HSL 252.24º 0.56% 0.83% -
HSV(B) 252.24º 0.21% 0.93% -
XYZ 55.94 53.47 86.73 -
YUV 195.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 197 187 236 0.17 0.21 0 0.07 252.24 0.56 0.83
Hex C5 BB EC 11 15 0 7 FC 38 53
Octal 305 273 354 21 25 0 7 374 70 123
Binary 11000101 10111011 11101100 10001 10101 0 111 11111100 111000 1010011

Color Harmonies of #C5BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBEC

Black with #C5BBEC

Text Example


Text Example

White with #C5BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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