#C2BAFF

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

Shades of Lavender Blue #C2BAFF

Tints of Lavender Blue #C2BAFF

Color information

#C2BAFF (or 0xC2BAFF) is unknown color: approx Lavender Blue. HEX triplet: C2, BA and FF. RGB value is (194,186,255). Sum of RGB (Red+Green+Blue) = 194+186+255=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAFF is #3D4500. Grayscale: #C3C3C3. Windows color (decimal): -4015361 or 16759490. OLE color: 16759490.

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

Color convert

RGB194186255-
CMYK0.240.2700
HSL246.96º100%86.47%-
HSV(B)246.96º27.06%100%-
XYZ57.8653.81101.94-
YUV196.26161.15126.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.55%
GREEN value IS 186 (73.05% from 255) = 29.29%
BLUE value IS 255 (100% from 255) = 40.16%
R=30.55%
G=29.29%
B=40.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1941862550.240.2700246.9610086.47
HexC2BAFF181B00f76456
Octal302272377303300367144126
Binary1100001010111010111111111100011011001111011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAFF; }

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

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

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

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

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

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

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

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