#C4BDF7

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

Shades of Lavender Blue #C4BDF7

Tints of Lavender Blue #C4BDF7

Color information

#C4BDF7 (or 0xC4BDF7) is unknown color: approx Lavender Blue. HEX triplet: C4, BD and F7. RGB value is (196,189,247). Sum of RGB (Red+Green+Blue) = 196+189+247=632 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.01% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 247 (96.88% from 255 or 39.08% from 632); Max value from RGB is 247 - color contains mainly: blue. Hex color #C4BDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDF7 is #3B4208. Grayscale: #C5C5C5. Windows color (decimal): -3883529 or 16235972. OLE color: 16235972.

HSL color Cylindrical-coordinate representation of color #C4BDF7: hue angle of 247.24º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4BDF7 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB196189247-
CMYK0.210.2300.03
HSL247.24º78.38%85.49%-
HSV(B)247.24º23.48%96.86%-
XYZ57.7554.8595.54-
YUV197.7155.82126.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.01%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 247 (96.88% from 255) = 39.08%
R=31.01%
G=29.91%
B=39.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1961892470.210.2300.03247.2478.3885.49
HexC4BDF7151703f74e55
Octal304275367252703367116125
Binary11000100101111011111011110101101110111111011110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDF7; }

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

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

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

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

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

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

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

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