Html Css Color HEX #C4BFED Melrose

📋 copy color: '#C4BFED'

red 196 ◦ green 191 ◦ blue 237

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

Shades of Melrose #C4BFED

Tints of Melrose #C4BFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.98%

R = 31.41%
G = 30.61%
B = 37.98%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C4BFED (or 0xC4BFED) is known color: Melrose. HEX triplet: C4, BF and ED. RGB value is (196,191,237). Sum of RGB (Red+Green+Blue) = 196+191+237=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4BFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BFED is #3B4012. Grayscale: #C5C5C5. Windows color (decimal): -3883027 or 15581124. OLE color: 15581124.

HSL color Cylindrical-coordinate representation of color #C4BFED: hue angle of 246.52º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4BFED is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 191 237 -
CMYK 0.17 0.19 0 0.07
HSL 246.52º 0.56% 0.84% -
HSV(B) 246.52º 0.19% 0.93% -
XYZ 56.68 55.11 87.77 -
YUV 197.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 196 191 237 0.17 0.19 0 0.07 246.52 0.56 0.84
Hex C4 BF ED 11 13 0 7 F7 38 54
Octal 304 277 355 21 23 0 7 367 70 124
Binary 11000100 10111111 11101101 10001 10011 0 111 11110111 111000 1010100

Color Harmonies of #C4BFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BFED

Black with #C4BFED

Text Example


Text Example

White with #C4BFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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