Html Css Color HEX #C4BBEF Melrose

📋 copy color: '#C4BBEF'

red 196 ◦ green 187 ◦ blue 239

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

Shades of Melrose #C4BBEF

Tints of Melrose #C4BBEF

RGB

 RED value IS 196 (76.95% from 255) = 31.51%

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

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

R = 31.51%
G = 30.06%
B = 38.42%

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

#C4BBEF (or 0xC4BBEF) is known color: Melrose. HEX triplet: C4, BB and EF. RGB value is (196,187,239). Sum of RGB (Red+Green+Blue) = 196+187+239=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBEF is #3B4410. Grayscale: #C3C3C3. Windows color (decimal): -3884049 or 15711172. OLE color: 15711172.

HSL color Cylindrical-coordinate representation of color #C4BBEF: hue angle of 250.38º 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 #C4BBEF is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 187 239 -
CMYK 0.18 0.22 0 0.06
HSL 250.38º 0.62% 0.84% -
HSV(B) 250.38º 0.22% 0.94% -
XYZ 56.12 53.51 89.03 -
YUV 195.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 196 187 239 0.18 0.22 0 0.06 250.38 0.62 0.84
Hex C4 BB EF 12 16 0 6 FA 3E 54
Octal 304 273 357 22 26 0 6 372 76 124
Binary 11000100 10111011 11101111 10010 10110 0 110 11111010 111110 1010100

Color Harmonies of #C4BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBEF

Black with #C4BBEF

Text Example


Text Example

White with #C4BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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