Html Css Color HEX #C5BBE9 Melrose

📋 copy color: '#C5BBE9'

red 197 ◦ green 187 ◦ blue 233

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

Shades of Melrose #C5BBE9

Tints of Melrose #C5BBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.76%

R = 31.93%
G = 30.31%
B = 37.76%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C5BBE9 (or 0xC5BBE9) is known color: Melrose. HEX triplet: C5, BB and E9. RGB value is (197,187,233). Sum of RGB (Red+Green+Blue) = 197+187+233=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 233 (91.41% from 255 or 37.76% from 617); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5BBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBE9 is #3A4416. Grayscale: #C3C3C3. Windows color (decimal): -3818519 or 15317957. OLE color: 15317957.

HSL color Cylindrical-coordinate representation of color #C5BBE9: hue angle of 253.04º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5BBE9 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 187 233 -
CMYK 0.15 0.20 0 0.09
HSL 253.04º 0.51% 0.82% -
HSV(B) 253.04º 0.2% 0.91% -
XYZ 55.5 53.29 84.45 -
YUV 195.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 197 187 233 0.15 0.20 0 0.09 253.04 0.51 0.82
Hex C5 BB E9 F 14 0 9 FD 33 52
Octal 305 273 351 17 24 0 11 375 63 122
Binary 11000101 10111011 11101001 1111 10100 0 1001 11111101 110011 1010010

Color Harmonies of #C5BBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBE9

Black with #C5BBE9

Text Example


Text Example

White with #C5BBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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