Html Css Color HEX #C8BFF0 Melrose

📋 copy color: '#C8BFF0'

red 200 ◦ green 191 ◦ blue 240

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

Shades of Melrose #C8BFF0

Tints of Melrose #C8BFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.03%

R = 31.7%
G = 30.27%
B = 38.03%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C8BFF0 (or 0xC8BFF0) is known color: Melrose. HEX triplet: C8, BF and F0. RGB value is (200,191,240). Sum of RGB (Red+Green+Blue) = 200+191+240=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #C8BFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFF0 is #37400F. Grayscale: #C7C7C7. Windows color (decimal): -3620880 or 15777736. OLE color: 15777736.

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

Color convert

RGB 200 191 240 -
CMYK 0.17 0.20 0 0.06
HSL 251.02º 0.62% 0.85% -
HSV(B) 251.02º 0.2% 0.94% -
XYZ 58.18 55.83 90.15 -
YUV 199.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 200 191 240 0.17 0.20 0 0.06 251.02 0.62 0.85
Hex C8 BF F0 11 14 0 6 FB 3E 55
Octal 310 277 360 21 24 0 6 373 76 125
Binary 11001000 10111111 11110000 10001 10100 0 110 11111011 111110 1010101

Color Harmonies of #C8BFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BFF0

Black with #C8BFF0

Text Example


Text Example

White with #C8BFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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