#BDCCFF

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

Shades of Lavender Blue #BDCCFF

Tints of Lavender Blue #BDCCFF

Color information

#BDCCFF (or 0xBDCCFF) is unknown color: approx Lavender Blue. HEX triplet: BD, CC and FF. RGB value is (189,204,255). Sum of RGB (Red+Green+Blue) = 189+204+255=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDCCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCCFF is #423300. Grayscale: #CDCDCD. Windows color (decimal): -4338433 or 16764093. OLE color: 16764093.

HSL color Cylindrical-coordinate representation of color #BDCCFF: hue angle of 226.36º 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 #BDCCFF is Cyan = 0.26, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189204255-
CMYK0.260.200
HSL226.36º100%87.06%-
HSV(B)226.36º25.88%100%-
XYZ60.6361.22103.23-
YUV205.33156.03116.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.17%
GREEN value IS 204 (80.08% from 255) = 31.48%
BLUE value IS 255 (100% from 255) = 39.35%
R=29.17%
G=31.48%
B=39.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892042550.260.200226.3610087.06
HexBDCCFF1A1400e26457
Octal275314377322400342144127
Binary1011110111001100111111111101010100001110001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCFF; }

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

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

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

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

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

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

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

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