#BDBFFC

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

Shades of Lavender Blue #BDBFFC

Tints of Lavender Blue #BDBFFC

Color information

#BDBFFC (or 0xBDBFFC) is unknown color: approx Lavender Blue. HEX triplet: BD, BF and FC. RGB value is (189,191,252). Sum of RGB (Red+Green+Blue) = 189+191+252=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDBFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFFC is #424003. Grayscale: #C5C5C5. Windows color (decimal): -4341764 or 16564157. OLE color: 16564157.

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

Color convert

RGB189191252-
CMYK0.250.2400.01
HSL238.1º91.3%86.47%-
HSV(B)238.1º25%98.82%-
XYZ57.1955.1199.72-
YUV197.36158.84122.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.91%
GREEN value IS 191 (75% from 255) = 30.22%
BLUE value IS 252 (98.83% from 255) = 39.87%
R=29.91%
G=30.22%
B=39.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891912520.250.2400.01238.191.386.47
HexBDBFFC191801ee5b56
Octal275277374313001356133126
Binary1011110110111111111111001100111000011110111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFFC; }

 p { color: rgb(189,191,252); }

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

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

 a { background-color: rgb(189,191,252); }

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

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

 span { border-color: rgb(189,191,252); }

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