#BDCAFF

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

Shades of Lavender Blue #BDCAFF

Tints of Lavender Blue #BDCAFF

Color information

#BDCAFF (or 0xBDCAFF) is unknown color: approx Lavender Blue. HEX triplet: BD, CA and FF. RGB value is (189,202,255). Sum of RGB (Red+Green+Blue) = 189+202+255=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDCAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCAFF is #423500. Grayscale: #CBCBCB. Windows color (decimal): -4338945 or 16763581. OLE color: 16763581.

HSL color Cylindrical-coordinate representation of color #BDCAFF: hue angle of 228.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDCAFF is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189202255-
CMYK0.260.2100
HSL228.18º100%87.06%-
HSV(B)228.18º25.88%100%-
XYZ60.1660.28103.07-
YUV204.15156.69117.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.26%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 255 (100% from 255) = 39.47%
R=29.26%
G=31.27%
B=39.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892022550.260.2100228.1810087.06
HexBDCAFF1A1500e46457
Octal275312377322500344144127
Binary1011110111001010111111111101010101001110010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAFF; }

 p { color: rgb(189,202,255); }

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

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

 a { background-color: rgb(189,202,255); }

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

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

 span { border-color: rgb(189,202,255); }

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