#C4BDFD

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

Shades of Lavender Blue #C4BDFD

Tints of Lavender Blue #C4BDFD

Color information

#C4BDFD (or 0xC4BDFD) is unknown color: approx Lavender Blue. HEX triplet: C4, BD and FD. RGB value is (196,189,253). Sum of RGB (Red+Green+Blue) = 196+189+253=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4BDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDFD is #3B4202. Grayscale: #C6C6C6. Windows color (decimal): -3883523 or 16629188. OLE color: 16629188.

HSL color Cylindrical-coordinate representation of color #C4BDFD: hue angle of 246.56º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4BDFD is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196189253-
CMYK0.230.2500.01
HSL246.56º94.12%86.67%-
HSV(B)246.56º25.3%99.22%-
XYZ58.6955.22100.49-
YUV198.39158.82126.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.72%
GREEN value IS 189 (74.22% from 255) = 29.62%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=30.72%
G=29.62%
B=39.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961892530.230.2500.01246.5694.1286.67
HexC4BDFD171901f75e57
Octal304275375273101367136127
Binary1100010010111101111111011011111001011111011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDFD; }

 p { color: rgb(196,189,253); }

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

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

 a { background-color: rgb(196,189,253); }

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

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

 span { border-color: rgb(196,189,253); }

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