#BDD5F9

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

Shades of Periwinkle #BDD5F9

Tints of Periwinkle #BDD5F9

Color information

#BDD5F9 (or 0xBDD5F9) is unknown color: approx Periwinkle. HEX triplet: BD, D5 and F9. RGB value is (189,213,249). Sum of RGB (Red+Green+Blue) = 189+213+249=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDD5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5F9 is #422A06. Grayscale: #D1D1D1. Windows color (decimal): -4336135 or 16373181. OLE color: 16373181.

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

Color convert

RGB189213249-
CMYK0.240.1400.02
HSL216º83.33%85.88%-
HSV(B)216º24.1%97.65%-
XYZ61.8865.2598.96-
YUV209.93150.05113.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.03%
GREEN value IS 213 (83.59% from 255) = 32.72%
BLUE value IS 249 (97.66% from 255) = 38.25%
R=29.03%
G=32.72%
B=38.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892132490.240.1400.0221683.3385.88
HexBDD5F918E02d85356
Octal275325371301602330123126
Binary1011110111010101111110011100011100101101100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD5F9; }

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

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

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

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

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

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

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

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