#C2BDFF

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

Shades of Lavender Blue #C2BDFF

Tints of Lavender Blue #C2BDFF

Color information

#C2BDFF (or 0xC2BDFF) is unknown color: approx Lavender Blue. HEX triplet: C2, BD and FF. RGB value is (194,189,255). Sum of RGB (Red+Green+Blue) = 194+189+255=638 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.41% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDFF is #3D4200. Grayscale: #C5C5C5. Windows color (decimal): -4014593 or 16760258. OLE color: 16760258.

HSL color Cylindrical-coordinate representation of color #C2BDFF: hue angle of 244.55º 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 #C2BDFF is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB194189255-
CMYK0.240.2600
HSL244.55º100%87.06%-
HSV(B)244.55º25.88%100%-
XYZ58.555.08102.16-
YUV198.02160.16125.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.41%
GREEN value IS 189 (74.22% from 255) = 29.62%
BLUE value IS 255 (100% from 255) = 39.97%
R=30.41%
G=29.62%
B=39.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1941892550.240.2600244.5510087.06
HexC2BDFF181A00f56457
Octal302275377303200365144127
Binary1100001010111101111111111100011010001111010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDFF; }

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

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

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

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

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

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

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

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