#BDC1F7

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

Shades of Lavender Blue #BDC1F7

Tints of Lavender Blue #BDC1F7

Color information

#BDC1F7 (or 0xBDC1F7) is unknown color: approx Lavender Blue. HEX triplet: BD, C1 and F7. RGB value is (189,193,247). Sum of RGB (Red+Green+Blue) = 189+193+247=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDC1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1F7 is #423E08. Grayscale: #C5C5C5. Windows color (decimal): -4341257 or 16236989. OLE color: 16236989.

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

Color convert

RGB189193247-
CMYK0.230.2200.03
HSL235.86º78.38%85.49%-
HSV(B)235.86º23.48%96.86%-
XYZ56.8455.6795.75-
YUV197.96155.67121.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 193 (75.78% from 255) = 30.68%
BLUE value IS 247 (96.88% from 255) = 39.27%
R=30.05%
G=30.68%
B=39.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1891932470.230.2200.03235.8678.3885.49
HexBDC1F7171603ec4e55
Octal275301367272603354116125
Binary10111101110000011111011110111101100111110110010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1F7; }

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

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

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

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

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

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

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

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