Html Css Color HEX #C8BFEF Melrose

📋 copy color: '#C8BFEF'

red 200 ◦ green 191 ◦ blue 239

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

Shades of Melrose #C8BFEF

Tints of Melrose #C8BFEF

RGB

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

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

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

R = 31.75%
G = 30.32%
B = 37.94%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C8BFEF (or 0xC8BFEF) is known color: Melrose. HEX triplet: C8, BF and EF. RGB value is (200,191,239). Sum of RGB (Red+Green+Blue) = 200+191+239=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFEF is #374010. Grayscale: #C6C6C6. Windows color (decimal): -3620881 or 15712200. OLE color: 15712200.

HSL color Cylindrical-coordinate representation of color #C8BFEF: hue angle of 251.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8BFEF is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 191 239 -
CMYK 0.16 0.20 0 0.06
HSL 251.25º 0.6% 0.84% -
HSV(B) 251.25º 0.2% 0.94% -
XYZ 58.03 55.77 89.37 -
YUV 199.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 200 191 239 0.16 0.20 0 0.06 251.25 0.6 0.84
Hex C8 BF EF 10 14 0 6 FB 3C 54
Octal 310 277 357 20 24 0 6 373 74 124
Binary 11001000 10111111 11101111 10000 10100 0 110 11111011 111100 1010100

Color Harmonies of #C8BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BFEF

Black with #C8BFEF

Text Example


Text Example

White with #C8BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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