#BDC0FC

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

Shades of Lavender Blue #BDC0FC

Tints of Lavender Blue #BDC0FC

Color information

#BDC0FC (or 0xBDC0FC) is unknown color: approx Lavender Blue. HEX triplet: BD, C0 and FC. RGB value is (189,192,252). Sum of RGB (Red+Green+Blue) = 189+192+252=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDC0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0FC is #423F03. Grayscale: #C5C5C5. Windows color (decimal): -4341508 or 16564413. OLE color: 16564413.

HSL color Cylindrical-coordinate representation of color #BDC0FC: hue angle of 237.14º 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 #BDC0FC is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189192252-
CMYK0.250.2400.01
HSL237.14º91.3%86.47%-
HSV(B)237.14º25%98.82%-
XYZ57.4155.5599.79-
YUV197.94158.51121.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 192 (75.39% from 255) = 30.33%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=29.86%
G=30.33%
B=39.81%

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
Decimal1891922520.250.2400.01237.1491.386.47
HexBDC0FC191801ed5b56
Octal275300374313001355133126
Binary1011110111000000111111001100111000011110110110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0FC; }

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

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

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

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

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

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

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

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