#C2BDFB

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

Shades of Lavender Blue #C2BDFB

Tints of Lavender Blue #C2BDFB

Color information

#C2BDFB (or 0xC2BDFB) is unknown color: approx Lavender Blue. HEX triplet: C2, BD and FB. RGB value is (194,189,251). Sum of RGB (Red+Green+Blue) = 194+189+251=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDFB is #3D4204. Grayscale: #C5C5C5. Windows color (decimal): -4014597 or 16498114. OLE color: 16498114.

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

Color convert

RGB194189251-
CMYK0.230.2500.02
HSL244.84º88.57%86.27%-
HSV(B)244.84º24.7%98.43%-
XYZ57.8654.8398.8-
YUV197.56158.16125.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.60%
GREEN value IS 189 (74.22% from 255) = 29.81%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=30.60%
G=29.81%
B=39.59%

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
Decimal1941892510.230.2500.02244.8488.5786.27
HexC2BDFB171902f55956
Octal302275373273102365131126
Binary11000010101111011111101110111110010101111010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDFB; }

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

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

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

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

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

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

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

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