#C2BCF3

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

Shades of Lavender Blue #C2BCF3

Tints of Lavender Blue #C2BCF3

Color information

#C2BCF3 (or 0xC2BCF3) is unknown color: approx Lavender Blue. HEX triplet: C2, BC and F3. RGB value is (194,188,243). Sum of RGB (Red+Green+Blue) = 194+188+243=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #C2BCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BCF3 is #3D430C. Grayscale: #C3C3C3. Windows color (decimal): -4014861 or 15973570. OLE color: 15973570.

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

Color convert

RGB194188243-
CMYK0.200.2300.05
HSL246.55º69.62%84.51%-
HSV(B)246.55º22.63%95.29%-
XYZ56.4153.9192.23-
YUV196.06154.49126.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.04%
GREEN value IS 188 (73.83% from 255) = 30.08%
BLUE value IS 243 (95.31% from 255) = 38.88%
R=31.04%
G=30.08%
B=38.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941882430.200.2300.05246.5569.6284.51
HexC2BCF3141705f74655
Octal302274363242705367106125
Binary110000101011110011110011101001011101011111011110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCF3; }

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

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

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

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

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

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

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

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