#BDD5FB

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

Shades of Periwinkle #BDD5FB

Tints of Periwinkle #BDD5FB

Color information

#BDD5FB (or 0xBDD5FB) is unknown color: approx Periwinkle. HEX triplet: BD, D5 and FB. RGB value is (189,213,251). Sum of RGB (Red+Green+Blue) = 189+213+251=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDD5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5FB is #422A04. Grayscale: #D1D1D1. Windows color (decimal): -4336133 or 16504253. OLE color: 16504253.

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

Color convert

RGB189213251-
CMYK0.250.1500.02
HSL216.77º88.57%86.27%-
HSV(B)216.77º24.7%98.43%-
XYZ62.1965.37100.61-
YUV210.16151.05112.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.94%
GREEN value IS 213 (83.59% from 255) = 32.62%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=28.94%
G=32.62%
B=38.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892132510.250.1500.02216.7788.5786.27
HexBDD5FB19F02d95956
Octal275325373311702331131126
Binary1011110111010101111110111100111110101101100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD5FB; }

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

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

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

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

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

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

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

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