#BDD4FB

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

Shades of Periwinkle #BDD4FB

Tints of Periwinkle #BDD4FB

Color information

#BDD4FB (or 0xBDD4FB) is unknown color: approx Periwinkle. HEX triplet: BD, D4 and FB. RGB value is (189,212,251). Sum of RGB (Red+Green+Blue) = 189+212+251=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDD4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4FB is #422B04. Grayscale: #D1D1D1. Windows color (decimal): -4336389 or 16503997. OLE color: 16503997.

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

Color convert

RGB189212251-
CMYK0.250.1600.02
HSL217.74º88.57%86.27%-
HSV(B)217.74º24.7%98.43%-
XYZ61.9464.87100.52-
YUV209.57151.38113.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 212 (83.20% from 255) = 32.52%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=28.99%
G=32.52%
B=38.50%

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
Decimal1892122510.250.1600.02217.7488.5786.27
HexBDD4FB191002da5956
Octal275324373312002332131126
Binary10111101110101001111101111001100000101101101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4FB; }

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

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

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

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

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

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

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

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