Html Css Color HEX #C4BFE9 Melrose

📋 copy color: '#C4BFE9'

red 196 ◦ green 191 ◦ blue 233

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

Shades of Melrose #C4BFE9

Tints of Melrose #C4BFE9

RGB

 RED value IS 196 (76.95% from 255) = 31.61%

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

 BLUE value IS 233 (91.41% from 255) = 37.58%

R = 31.61%
G = 30.81%
B = 37.58%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C4BFE9 (or 0xC4BFE9) is known color: Melrose. HEX triplet: C4, BF and E9. RGB value is (196,191,233). Sum of RGB (Red+Green+Blue) = 196+191+233=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #C4BFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BFE9 is #3B4016. Grayscale: #C5C5C5. Windows color (decimal): -3883031 or 15318980. OLE color: 15318980.

HSL color Cylindrical-coordinate representation of color #C4BFE9: hue angle of 247.14º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4BFE9 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 191 233 -
CMYK 0.16 0.18 0 0.09
HSL 247.14º 0.49% 0.83% -
HSV(B) 247.14º 0.18% 0.91% -
XYZ 56.1 54.88 84.73 -
YUV 197.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 196 191 233 0.16 0.18 0 0.09 247.14 0.49 0.83
Hex C4 BF E9 10 12 0 9 F7 31 53
Octal 304 277 351 20 22 0 11 367 61 123
Binary 11000100 10111111 11101001 10000 10010 0 1001 11110111 110001 1010011

Color Harmonies of #C4BFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BFE9

Black with #C4BFE9

Text Example


Text Example

White with #C4BFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BFE9; }

 p { color: rgb(196,191,233); }

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

background-color css

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

 a { background-color: rgb(196,191,233); }

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

border-color css

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

 span { border-color: rgb(196,191,233); }

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