#C2BCFF

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

Shades of Lavender Blue #C2BCFF

Tints of Lavender Blue #C2BCFF

Color information

#C2BCFF (or 0xC2BCFF) is unknown color: approx Lavender Blue. HEX triplet: C2, BC and FF. RGB value is (194,188,255). Sum of RGB (Red+Green+Blue) = 194+188+255=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BCFF is #3D4300. Grayscale: #C5C5C5. Windows color (decimal): -4014849 or 16760002. OLE color: 16760002.

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

Color convert

RGB194188255-
CMYK0.240.2600
HSL245.37º100%86.86%-
HSV(B)245.37º26.27%100%-
XYZ58.2854.66102.09-
YUV197.43160.49125.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.46%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 255 (100% from 255) = 40.03%
R=30.46%
G=29.51%
B=40.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1941882550.240.2600245.3710086.86
HexC2BCFF181A00f56457
Octal302274377303200365144127
Binary1100001010111100111111111100011010001111010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCFF; }

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

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

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

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

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

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

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

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