#C2BBFE

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

Shades of Lavender Blue #C2BBFE

Tints of Lavender Blue #C2BBFE

Color information

#C2BBFE (or 0xC2BBFE) is unknown color: approx Lavender Blue. HEX triplet: C2, BB and FE. RGB value is (194,187,254). Sum of RGB (Red+Green+Blue) = 194+187+254=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBFE is #3D4401. Grayscale: #C4C4C4. Windows color (decimal): -4015106 or 16694210. OLE color: 16694210.

HSL color Cylindrical-coordinate representation of color #C2BBFE: hue angle of 246.27º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2BBFE is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB194187254-
CMYK0.240.2600.00
HSL246.27º97.1%86.47%-
HSV(B)246.27º26.38%99.61%-
XYZ57.9154.17101.17-
YUV196.73160.32126.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.55%
GREEN value IS 187 (73.44% from 255) = 29.45%
BLUE value IS 254 (99.61% from 255) = 40%
R=30.55%
G=29.45%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1941872540.240.2600.00246.2797.186.47
HexC2BBFE181A00f66156
Octal302273376303200366141126
Binary1100001010111011111111101100011010001111011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBFE; }

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

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

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

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

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

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

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

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