#C2BBFD

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

Shades of Lavender Blue #C2BBFD

Tints of Lavender Blue #C2BBFD

Color information

#C2BBFD (or 0xC2BBFD) is unknown color: approx Lavender Blue. HEX triplet: C2, BB and FD. RGB value is (194,187,253). Sum of RGB (Red+Green+Blue) = 194+187+253=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBFD is #3D4402. Grayscale: #C4C4C4. Windows color (decimal): -4015107 or 16628674. OLE color: 16628674.

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

Color convert

RGB194187253-
CMYK0.230.2600.01
HSL246.36º94.29%86.27%-
HSV(B)246.36º26.09%99.22%-
XYZ57.7554.1100.33-
YUV196.62159.82126.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.60%
GREEN value IS 187 (73.44% from 255) = 29.50%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=30.60%
G=29.50%
B=39.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941872530.230.2600.01246.3694.2986.27
HexC2BBFD171A01f65e56
Octal302273375273201366136126
Binary1100001010111011111111011011111010011111011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBFD; }

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

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

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

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

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

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

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

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