#C2B9F6

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

Shades of Lavender Blue #C2B9F6

Tints of Lavender Blue #C2B9F6

Color information

#C2B9F6 (or 0xC2B9F6) is unknown color: approx Lavender Blue. HEX triplet: C2, B9 and F6. RGB value is (194,185,246). Sum of RGB (Red+Green+Blue) = 194+185+246=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 246 - color contains mainly: blue. Hex color #C2B9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B9F6 is #3D4609. Grayscale: #C2C2C2. Windows color (decimal): -4015626 or 16169410. OLE color: 16169410.

HSL color Cylindrical-coordinate representation of color #C2B9F6: hue angle of 248.85º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2B9F6 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB194185246-
CMYK0.210.2500.04
HSL248.85º77.22%84.51%-
HSV(B)248.85º24.8%96.47%-
XYZ56.2352.8294.42-
YUV194.64156.98127.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.04%
GREEN value IS 185 (72.66% from 255) = 29.6%
BLUE value IS 246 (96.48% from 255) = 39.36%
R=31.04%
G=29.6%
B=39.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1941852460.210.2500.04248.8577.2284.51
HexC2B9F6151904f94d55
Octal302271366253104371115125
Binary110000101011100111110110101011100101001111100110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B9F6; }

 p { color: rgb(194,185,246); }

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

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

 a { background-color: rgb(194,185,246); }

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

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

 span { border-color: rgb(194,185,246); }

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