Html Css Color HEX #C6BBEF Melrose

📋 copy color: '#C6BBEF'

red 198 ◦ green 187 ◦ blue 239

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

Shades of Melrose #C6BBEF

Tints of Melrose #C6BBEF

RGB

 RED value IS 198 (77.73% from 255) = 31.73%

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

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

R = 31.73%
G = 29.97%
B = 38.3%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C6BBEF (or 0xC6BBEF) is known color: Melrose. HEX triplet: C6, BB and EF. RGB value is (198,187,239). Sum of RGB (Red+Green+Blue) = 198+187+239=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBEF is #394410. Grayscale: #C4C4C4. Windows color (decimal): -3752977 or 15711174. OLE color: 15711174.

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

Color convert

RGB 198 187 239 -
CMYK 0.17 0.22 0 0.06
HSL 252.69º 0.62% 0.84% -
HSV(B) 252.69º 0.22% 0.94% -
XYZ 56.64 53.78 89.06 -
YUV 196.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 198 187 239 0.17 0.22 0 0.06 252.69 0.62 0.84
Hex C6 BB EF 11 16 0 6 FD 3E 54
Octal 306 273 357 21 26 0 6 375 76 124
Binary 11000110 10111011 11101111 10001 10110 0 110 11111101 111110 1010100

Color Harmonies of #C6BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBEF

Black with #C6BBEF

Text Example


Text Example

White with #C6BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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