Html Css Color HEX #C0BBEF Melrose

📋 copy color: '#C0BBEF'

red 192 ◦ green 187 ◦ blue 239

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

Shades of Melrose #C0BBEF

Tints of Melrose #C0BBEF

RGB

 RED value IS 192 (75.39% from 255) = 31.07%

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

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

R = 31.07%
G = 30.26%
B = 38.67%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C0BBEF (or 0xC0BBEF) is known color: Melrose. HEX triplet: C0, BB and EF. RGB value is (192,187,239). Sum of RGB (Red+Green+Blue) = 192+187+239=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBEF is #3F4410. Grayscale: #C2C2C2. Windows color (decimal): -4146193 or 15711168. OLE color: 15711168.

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

Color convert

RGB 192 187 239 -
CMYK 0.20 0.22 0 0.06
HSL 245.77º 0.62% 0.84% -
HSV(B) 245.77º 0.22% 0.94% -
XYZ 55.09 52.98 88.98 -
YUV 194.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 192 187 239 0.20 0.22 0 0.06 245.77 0.62 0.84
Hex C0 BB EF 14 16 0 6 F6 3E 54
Octal 300 273 357 24 26 0 6 366 76 124
Binary 11000000 10111011 11101111 10100 10110 0 110 11110110 111110 1010100

Color Harmonies of #C0BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BBEF

Black with #C0BBEF

Text Example


Text Example

White with #C0BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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