Html Css Color HEX #C5BBE4 Melrose

📋 copy color: '#C5BBE4'

red 197 ◦ green 187 ◦ blue 228

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

Shades of Melrose #C5BBE4

Tints of Melrose #C5BBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.25%

R = 32.19%
G = 30.56%
B = 37.25%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C5BBE4 (or 0xC5BBE4) is known color: Melrose. HEX triplet: C5, BB and E4. RGB value is (197,187,228). Sum of RGB (Red+Green+Blue) = 197+187+228=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #C5BBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBE4 is #3A441B. Grayscale: #C2C2C2. Windows color (decimal): -3818524 or 14990277. OLE color: 14990277.

HSL color Cylindrical-coordinate representation of color #C5BBE4: hue angle of 254.63º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5BBE4 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 187 228 -
CMYK 0.14 0.18 0 0.11
HSL 254.63º 0.43% 0.81% -
HSV(B) 254.63º 0.18% 0.89% -
XYZ 54.8 53.01 80.74 -
YUV 194.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 197 187 228 0.14 0.18 0 0.11 254.63 0.43 0.81
Hex C5 BB E4 E 12 0 B FF 2B 51
Octal 305 273 344 16 22 0 13 377 53 121
Binary 11000101 10111011 11100100 1110 10010 0 1011 11111111 101011 1010001

Color Harmonies of #C5BBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBE4

Black with #C5BBE4

Text Example


Text Example

White with #C5BBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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