Html Css Color HEX #C8BBF6 Melrose

📋 copy color: '#C8BBF6'

red 200 ◦ green 187 ◦ blue 246

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

Shades of Melrose #C8BBF6

Tints of Melrose #C8BBF6

RGB

 RED value IS 200 (78.52% from 255) = 31.6%

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

 BLUE value IS 246 (96.48% from 255) = 38.86%

R = 31.6%
G = 29.54%
B = 38.86%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C8BBF6 (or 0xC8BBF6) is known color: Melrose. HEX triplet: C8, BB and F6. RGB value is (200,187,246). Sum of RGB (Red+Green+Blue) = 200+187+246=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #C8BBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BBF6 is #374409. Grayscale: #C5C5C5. Windows color (decimal): -3621898 or 16169928. OLE color: 16169928.

HSL color Cylindrical-coordinate representation of color #C8BBF6: hue angle of 253.22º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8BBF6 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 187 246 -
CMYK 0.19 0.24 0 0.04
HSL 253.22º 0.77% 0.85% -
HSV(B) 253.22º 0.24% 0.96% -
XYZ 58.22 54.47 94.63 -
YUV 197.61 155.31 129.7 -
System Red Green Blue C M Y K H S L
Decimal 200 187 246 0.19 0.24 0 0.04 253.22 0.77 0.85
Hex C8 BB F6 13 18 0 4 FD 4D 55
Octal 310 273 366 23 30 0 4 375 115 125
Binary 11001000 10111011 11110110 10011 11000 0 100 11111101 1001101 1010101

Color Harmonies of #C8BBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BBF6

Black with #C8BBF6

Text Example


Text Example

White with #C8BBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BBF6; }

 p { color: rgb(200,187,246); }

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

background-color css

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

 a { background-color: rgb(200,187,246); }

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

border-color css

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

 span { border-color: rgb(200,187,246); }

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