#BDD4F9

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

Shades of Periwinkle #BDD4F9

Tints of Periwinkle #BDD4F9

Color information

#BDD4F9 (or 0xBDD4F9) is unknown color: approx Periwinkle. HEX triplet: BD, D4 and F9. RGB value is (189,212,249). Sum of RGB (Red+Green+Blue) = 189+212+249=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDD4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4F9 is #422B06. Grayscale: #D1D1D1. Windows color (decimal): -4336391 or 16372925. OLE color: 16372925.

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

Color convert

RGB189212249-
CMYK0.240.1500.02
HSL217º83.33%85.88%-
HSV(B)217º24.1%97.65%-
XYZ61.6364.7598.87-
YUV209.34150.38113.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.08%
GREEN value IS 212 (83.20% from 255) = 32.62%
BLUE value IS 249 (97.66% from 255) = 38.31%
R=29.08%
G=32.62%
B=38.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892122490.240.1500.0221783.3385.88
HexBDD4F918F02d95356
Octal275324371301702331123126
Binary1011110111010100111110011100011110101101100110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4F9; }

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

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

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

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

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

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

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

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