Html Css Color HEX #C4BBF2 Melrose

📋 copy color: '#C4BBF2'

red 196 ◦ green 187 ◦ blue 242

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

Shades of Melrose #C4BBF2

Tints of Melrose #C4BBF2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.92%

 BLUE value IS 242 (94.92% from 255) = 38.72%

R = 31.36%
G = 29.92%
B = 38.72%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C4BBF2 (or 0xC4BBF2) is known color: Melrose. HEX triplet: C4, BB and F2. RGB value is (196,187,242). Sum of RGB (Red+Green+Blue) = 196+187+242=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #C4BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBF2 is #3B440D. Grayscale: #C3C3C3. Windows color (decimal): -3884046 or 15907780. OLE color: 15907780.

HSL color Cylindrical-coordinate representation of color #C4BBF2: hue angle of 249.82º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4BBF2 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 187 242 -
CMYK 0.19 0.23 0 0.05
HSL 249.82º 0.68% 0.84% -
HSV(B) 249.82º 0.23% 0.95% -
XYZ 56.56 53.69 91.39 -
YUV 195.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 196 187 242 0.19 0.23 0 0.05 249.82 0.68 0.84
Hex C4 BB F2 13 17 0 5 FA 44 54
Octal 304 273 362 23 27 0 5 372 104 124
Binary 11000100 10111011 11110010 10011 10111 0 101 11111010 1000100 1010100

Color Harmonies of #C4BBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBF2

Black with #C4BBF2

Text Example


Text Example

White with #C4BBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBF2; }

 p { color: rgb(196,187,242); }

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

background-color css

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

 a { background-color: rgb(196,187,242); }

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

border-color css

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

 span { border-color: rgb(196,187,242); }

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