#BDD3FB

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

Shades of Periwinkle #BDD3FB

Tints of Periwinkle #BDD3FB

Color information

#BDD3FB (or 0xBDD3FB) is unknown color: approx Periwinkle. HEX triplet: BD, D3 and FB. RGB value is (189,211,251). Sum of RGB (Red+Green+Blue) = 189+211+251=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDD3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3FB is #422C04. Grayscale: #D0D0D0. Windows color (decimal): -4336645 or 16503741. OLE color: 16503741.

HSL color Cylindrical-coordinate representation of color #BDD3FB: hue angle of 218.71º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD3FB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189211251-
CMYK0.250.1600.02
HSL218.71º88.57%86.27%-
HSV(B)218.71º24.7%98.43%-
XYZ61.6964.37100.44-
YUV208.98151.71113.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.03%
GREEN value IS 211 (82.81% from 255) = 32.41%
BLUE value IS 251 (98.44% from 255) = 38.56%
R=29.03%
G=32.41%
B=38.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892112510.250.1600.02218.7188.5786.27
HexBDD3FB191002db5956
Octal275323373312002333131126
Binary10111101110100111111101111001100000101101101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3FB; }

 p { color: rgb(189,211,251); }

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

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

 a { background-color: rgb(189,211,251); }

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

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

 span { border-color: rgb(189,211,251); }

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