Html Css Color HEX #C5BBEF Melrose

📋 copy color: '#C5BBEF'

red 197 ◦ green 187 ◦ blue 239

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

Shades of Melrose #C5BBEF

Tints of Melrose #C5BBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.36%

R = 31.62%
G = 30.02%
B = 38.36%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C5BBEF (or 0xC5BBEF) is known color: Melrose. HEX triplet: C5, BB and EF. RGB value is (197,187,239). Sum of RGB (Red+Green+Blue) = 197+187+239=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBEF is #3A4410. Grayscale: #C3C3C3. Windows color (decimal): -3818513 or 15711173. OLE color: 15711173.

HSL color Cylindrical-coordinate representation of color #C5BBEF: hue angle of 251.54º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5BBEF is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 187 239 -
CMYK 0.18 0.22 0 0.06
HSL 251.54º 0.62% 0.84% -
HSV(B) 251.54º 0.22% 0.94% -
XYZ 56.38 53.64 89.04 -
YUV 195.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 197 187 239 0.18 0.22 0 0.06 251.54 0.62 0.84
Hex C5 BB EF 12 16 0 6 FC 3E 54
Octal 305 273 357 22 26 0 6 374 76 124
Binary 11000101 10111011 11101111 10010 10110 0 110 11111100 111110 1010100

Color Harmonies of #C5BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBEF

Black with #C5BBEF

Text Example


Text Example

White with #C5BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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