Html Css Color HEX #C2BBEF Melrose

📋 copy color: '#C2BBEF'

red 194 ◦ green 187 ◦ blue 239

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

Shades of Melrose #C2BBEF

Tints of Melrose #C2BBEF

RGB

 RED value IS 194 (76.17% from 255) = 31.29%

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

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

R = 31.29%
G = 30.16%
B = 38.55%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C2BBEF (or 0xC2BBEF) is known color: Melrose. HEX triplet: C2, BB and EF. RGB value is (194,187,239). Sum of RGB (Red+Green+Blue) = 194+187+239=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBEF is #3D4410. Grayscale: #C2C2C2. Windows color (decimal): -4015121 or 15711170. OLE color: 15711170.

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

Color convert

RGB 194 187 239 -
CMYK 0.19 0.22 0 0.06
HSL 248.08º 0.62% 0.84% -
HSV(B) 248.08º 0.22% 0.94% -
XYZ 55.6 53.24 89.01 -
YUV 195.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 194 187 239 0.19 0.22 0 0.06 248.08 0.62 0.84
Hex C2 BB EF 13 16 0 6 F8 3E 54
Octal 302 273 357 23 26 0 6 370 76 124
Binary 11000010 10111011 11101111 10011 10110 0 110 11111000 111110 1010100

Color Harmonies of #C2BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBEF

Black with #C2BBEF

Text Example


Text Example

White with #C2BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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