#C2BCFA

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

Shades of Lavender Blue #C2BCFA

Tints of Lavender Blue #C2BCFA

Color information

#C2BCFA (or 0xC2BCFA) is unknown color: approx Lavender Blue. HEX triplet: C2, BC and FA. RGB value is (194,188,250). Sum of RGB (Red+Green+Blue) = 194+188+250=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BCFA is #3D4305. Grayscale: #C4C4C4. Windows color (decimal): -4014854 or 16432322. OLE color: 16432322.

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

Color convert

RGB194188250-
CMYK0.220.2500.02
HSL245.81º86.11%85.88%-
HSV(B)245.81º24.8%98.04%-
XYZ57.4954.3497.9-
YUV196.86157.99125.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.70%
GREEN value IS 188 (73.83% from 255) = 29.75%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=30.70%
G=29.75%
B=39.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941882500.220.2500.02245.8186.1185.88
HexC2BCFA161902f65656
Octal302274372263102366126126
Binary11000010101111001111101010110110010101111011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCFA; }

 p { color: rgb(194,188,250); }

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

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

 a { background-color: rgb(194,188,250); }

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

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

 span { border-color: rgb(194,188,250); }

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