Html Css Color HEX #C8BFEB Melrose

📋 copy color: '#C8BFEB'

red 200 ◦ green 191 ◦ blue 235

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

Shades of Melrose #C8BFEB

Tints of Melrose #C8BFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 30.51%

 BLUE value IS 235 (92.19% from 255) = 37.54%

R = 31.95%
G = 30.51%
B = 37.54%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8BFEB (or 0xC8BFEB) is known color: Melrose. HEX triplet: C8, BF and EB. RGB value is (200,191,235). Sum of RGB (Red+Green+Blue) = 200+191+235=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFEB is #374014. Grayscale: #C6C6C6. Windows color (decimal): -3620885 or 15450056. OLE color: 15450056.

HSL color Cylindrical-coordinate representation of color #C8BFEB: hue angle of 252.27º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8BFEB is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 191 235 -
CMYK 0.15 0.19 0 0.08
HSL 252.27º 0.52% 0.84% -
HSV(B) 252.27º 0.19% 0.92% -
XYZ 57.45 55.54 86.29 -
YUV 198.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 200 191 235 0.15 0.19 0 0.08 252.27 0.52 0.84
Hex C8 BF EB F 13 0 8 FC 34 54
Octal 310 277 353 17 23 0 10 374 64 124
Binary 11001000 10111111 11101011 1111 10011 0 1000 11111100 110100 1010100

Color Harmonies of #C8BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BFEB

Black with #C8BFEB

Text Example


Text Example

White with #C8BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BFEB; }

 p { color: rgb(200,191,235); }

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

background-color css

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

 a { background-color: rgb(200,191,235); }

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

border-color css

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

 span { border-color: rgb(200,191,235); }

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