Html Css Color HEX #C4BBF3 Melrose

📋 copy color: '#C4BBF3'

red 196 ◦ green 187 ◦ blue 243

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

Shades of Melrose #C4BBF3

Tints of Melrose #C4BBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.82%

R = 31.31%
G = 29.87%
B = 38.82%

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

#C4BBF3 (or 0xC4BBF3) is known color: Melrose. HEX triplet: C4, BB and F3. RGB value is (196,187,243). Sum of RGB (Red+Green+Blue) = 196+187+243=626 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.31% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #C4BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBF3 is #3B440C. Grayscale: #C3C3C3. Windows color (decimal): -3884045 or 15973316. OLE color: 15973316.

HSL color Cylindrical-coordinate representation of color #C4BBF3: hue angle of 249.64º degrees, saturation: 0.7, 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 #C4BBF3 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 187 243 -
CMYK 0.19 0.23 0 0.05
HSL 249.64º 0.7% 0.84% -
HSV(B) 249.64º 0.23% 0.95% -
XYZ 56.71 53.75 92.18 -
YUV 196.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 196 187 243 0.19 0.23 0 0.05 249.64 0.7 0.84
Hex C4 BB F3 13 17 0 5 FA 46 54
Octal 304 273 363 23 27 0 5 372 106 124
Binary 11000100 10111011 11110011 10011 10111 0 101 11111010 1000110 1010100

Color Harmonies of #C4BBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBF3

Black with #C4BBF3

Text Example


Text Example

White with #C4BBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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