#C2BBFB

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

Shades of Lavender Blue #C2BBFB

Tints of Lavender Blue #C2BBFB

Color information

#C2BBFB (or 0xC2BBFB) is unknown color: approx Lavender Blue. HEX triplet: C2, BB and FB. RGB value is (194,187,251). Sum of RGB (Red+Green+Blue) = 194+187+251=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBFB is #3D4404. Grayscale: #C4C4C4. Windows color (decimal): -4015109 or 16497602. OLE color: 16497602.

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

Color convert

RGB194187251-
CMYK0.230.2500.02
HSL246.56º88.89%85.88%-
HSV(B)246.56º25.5%98.43%-
XYZ57.4353.9898.66-
YUV196.39158.82126.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.70%
GREEN value IS 187 (73.44% from 255) = 29.59%
BLUE value IS 251 (98.44% from 255) = 39.72%
R=30.70%
G=29.59%
B=39.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941872510.230.2500.02246.5688.8985.88
HexC2BBFB171902f75956
Octal302273373273102367131126
Binary11000010101110111111101110111110010101111011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBFB; }

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

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

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

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

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

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

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

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