#C2BFFC

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

Shades of Lavender Blue #C2BFFC

Tints of Lavender Blue #C2BFFC

Color information

#C2BFFC (or 0xC2BFFC) is unknown color: approx Lavender Blue. HEX triplet: C2, BF and FC. RGB value is (194,191,252). Sum of RGB (Red+Green+Blue) = 194+191+252=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2BFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BFFC is #3D4003. Grayscale: #C6C6C6. Windows color (decimal): -4014084 or 16564162. OLE color: 16564162.

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

Color convert

RGB194191252-
CMYK0.230.2400.01
HSL242.95º91.04%86.86%-
HSV(B)242.95º24.21%98.82%-
XYZ58.4555.7699.78-
YUV198.85157.99124.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.46%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=30.46%
G=29.98%
B=39.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941912520.230.2400.01242.9591.0486.86
HexC2BFFC171801f35b57
Octal302277374273001363133127
Binary1100001010111111111111001011111000011111001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFFC; }

 p { color: rgb(194,191,252); }

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

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

 a { background-color: rgb(194,191,252); }

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

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

 span { border-color: rgb(194,191,252); }

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