#C4BAFF

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

Shades of Lavender Blue #C4BAFF

Tints of Lavender Blue #C4BAFF

Color information

#C4BAFF (or 0xC4BAFF) is unknown color: approx Lavender Blue. HEX triplet: C4, BA and FF. RGB value is (196,186,255). Sum of RGB (Red+Green+Blue) = 196+186+255=637 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.77% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BAFF is #3B4500. Grayscale: #C4C4C4. Windows color (decimal): -3884289 or 16759492. OLE color: 16759492.

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

Color convert

RGB196186255-
CMYK0.230.2700
HSL248.7º100%86.47%-
HSV(B)248.7º27.06%100%-
XYZ58.3754.07101.97-
YUV196.86160.81127.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.77%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 255 (100% from 255) = 40.03%
R=30.77%
G=29.20%
B=40.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961862550.230.2700248.710086.47
HexC4BAFF171B00f96456
Octal304272377273300371144126
Binary1100010010111010111111111011111011001111100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BAFF; }

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

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

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

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

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

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

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

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