Html Css Color HEX #C4BFEE Melrose

📋 copy color: '#C4BFEE'

red 196 ◦ green 191 ◦ blue 238

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

Shades of Melrose #C4BFEE

Tints of Melrose #C4BFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.08%

R = 31.36%
G = 30.56%
B = 38.08%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C4BFEE (or 0xC4BFEE) is known color: Melrose. HEX triplet: C4, BF and EE. RGB value is (196,191,238). Sum of RGB (Red+Green+Blue) = 196+191+238=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BFEE is #3B4011. Grayscale: #C5C5C5. Windows color (decimal): -3883026 or 15646660. OLE color: 15646660.

HSL color Cylindrical-coordinate representation of color #C4BFEE: hue angle of 246.38º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4BFEE is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 191 238 -
CMYK 0.18 0.20 0 0.07
HSL 246.38º 0.58% 0.84% -
HSV(B) 246.38º 0.2% 0.93% -
XYZ 56.83 55.17 88.54 -
YUV 197.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 196 191 238 0.18 0.20 0 0.07 246.38 0.58 0.84
Hex C4 BF EE 12 14 0 7 F6 3A 54
Octal 304 277 356 22 24 0 7 366 72 124
Binary 11000100 10111111 11101110 10010 10100 0 111 11110110 111010 1010100

Color Harmonies of #C4BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BFEE

Black with #C4BFEE

Text Example


Text Example

White with #C4BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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