#BDD1FB

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

Shades of Periwinkle #BDD1FB

Tints of Periwinkle #BDD1FB

Color information

#BDD1FB (or 0xBDD1FB) is unknown color: approx Periwinkle. HEX triplet: BD, D1 and FB. RGB value is (189,209,251). Sum of RGB (Red+Green+Blue) = 189+209+251=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDD1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1FB is #422E04. Grayscale: #CFCFCF. Windows color (decimal): -4337157 or 16503229. OLE color: 16503229.

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

Color convert

RGB189209251-
CMYK0.250.1700.02
HSL220.65º88.57%86.27%-
HSV(B)220.65º24.7%98.43%-
XYZ61.263.38100.28-
YUV207.81152.37114.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.12%
GREEN value IS 209 (82.03% from 255) = 32.20%
BLUE value IS 251 (98.44% from 255) = 38.67%
R=29.12%
G=32.20%
B=38.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892092510.250.1700.02220.6588.5786.27
HexBDD1FB191102dd5956
Octal275321373312102335131126
Binary10111101110100011111101111001100010101101110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1FB; }

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

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

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

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

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

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

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

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