#C2BAFB

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

Shades of Lavender Blue #C2BAFB

Tints of Lavender Blue #C2BAFB

Color information

#C2BAFB (or 0xC2BAFB) is unknown color: approx Lavender Blue. HEX triplet: C2, BA and FB. RGB value is (194,186,251). Sum of RGB (Red+Green+Blue) = 194+186+251=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAFB is #3D4504. Grayscale: #C3C3C3. Windows color (decimal): -4015365 or 16497346. OLE color: 16497346.

HSL color Cylindrical-coordinate representation of color #C2BAFB: hue angle of 247.38º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2BAFB is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194186251-
CMYK0.230.2600.02
HSL247.38º89.04%85.69%-
HSV(B)247.38º25.9%98.43%-
XYZ57.2253.5598.59-
YUV195.8159.15126.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.74%
GREEN value IS 186 (73.05% from 255) = 29.48%
BLUE value IS 251 (98.44% from 255) = 39.78%
R=30.74%
G=29.48%
B=39.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941862510.230.2600.02247.3889.0485.69
HexC2BAFB171A02f75956
Octal302272373273202367131126
Binary11000010101110101111101110111110100101111011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAFB; }

 p { color: rgb(194,186,251); }

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

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

 a { background-color: rgb(194,186,251); }

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

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

 span { border-color: rgb(194,186,251); }

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