#C4BCF3

Color #C4BCF3 Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C4BCF3

Tints of Lavender Blue #C4BCF3

Color information

#C4BCF3 (or 0xC4BCF3) is unknown color: approx Lavender Blue. HEX triplet: C4, BC and F3. RGB value is (196,188,243). Sum of RGB (Red+Green+Blue) = 196+188+243=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #C4BCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCF3 is #3B430C. Grayscale: #C4C4C4. Windows color (decimal): -3883789 or 15973572. OLE color: 15973572.

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

Color convert

RGB196188243-
CMYK0.190.2300.05
HSL248.73º69.62%84.51%-
HSV(B)248.73º22.63%95.29%-
XYZ56.9354.1792.25-
YUV196.66154.15127.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.26%
GREEN value IS 188 (73.83% from 255) = 29.98%
BLUE value IS 243 (95.31% from 255) = 38.76%
R=31.26%
G=29.98%
B=38.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1961882430.190.2300.05248.7369.6284.51
HexC4BCF3131705f94655
Octal304274363232705371106125
Binary110001001011110011110011100111011101011111100110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCF3; }

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

 H1.HeaderClassName
 {
   color: #C4BCF3;
 }
 .AnyTagClassName
 {
   color: #C4BCF3;
 }
</style>
background-color css

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

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

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

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

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

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