#BDC4F7

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

Shades of Lavender Blue #BDC4F7

Tints of Lavender Blue #BDC4F7

Color information

#BDC4F7 (or 0xBDC4F7) is unknown color: approx Lavender Blue. HEX triplet: BD, C4 and F7. RGB value is (189,196,247). Sum of RGB (Red+Green+Blue) = 189+196+247=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 196 (76.95% from 255 or 31.01% 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 #BDC4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4F7 is #423B08. Grayscale: #C7C7C7. Windows color (decimal): -4340489 or 16237757. OLE color: 16237757.

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

Color convert

RGB189196247-
CMYK0.230.2100.03
HSL232.76º78.38%85.49%-
HSV(B)232.76º23.48%96.86%-
XYZ57.5157.0195.97-
YUV199.72154.68120.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1891962470.230.2100.03232.7678.3885.49
HexBDC4F7171503e94e55
Octal275304367272503351116125
Binary10111101110001001111011110111101010111110100110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4F7; }

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

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

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

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

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

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

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

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