#C4BAFD

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

Shades of Lavender Blue #C4BAFD

Tints of Lavender Blue #C4BAFD

Color information

#C4BAFD (or 0xC4BAFD) is unknown color: approx Lavender Blue. HEX triplet: C4, BA and FD. RGB value is (196,186,253). Sum of RGB (Red+Green+Blue) = 196+186+253=635 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.87% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BAFD is #3B4502. Grayscale: #C4C4C4. Windows color (decimal): -3884291 or 16628420. OLE color: 16628420.

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

Color convert

RGB196186253-
CMYK0.230.2600.01
HSL248.96º94.37%86.08%-
HSV(B)248.96º26.48%99.22%-
XYZ58.0553.95100.28-
YUV196.63159.81127.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.87%
GREEN value IS 186 (73.05% from 255) = 29.29%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=30.87%
G=29.29%
B=39.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961862530.230.2600.01248.9694.3786.08
HexC4BAFD171A01f95e56
Octal304272375273201371136126
Binary1100010010111010111111011011111010011111100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BAFD; }

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

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

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

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

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

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

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

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