#BDD4FD

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

Shades of Periwinkle #BDD4FD

Tints of Periwinkle #BDD4FD

Color information

#BDD4FD (or 0xBDD4FD) is unknown color: approx Periwinkle. HEX triplet: BD, D4 and FD. RGB value is (189,212,253). Sum of RGB (Red+Green+Blue) = 189+212+253=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDD4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4FD is #422B02. Grayscale: #D1D1D1. Windows color (decimal): -4336387 or 16635069. OLE color: 16635069.

HSL color Cylindrical-coordinate representation of color #BDD4FD: hue angle of 218.44º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD4FD is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189212253-
CMYK0.250.1600.01
HSL218.44º94.12%86.67%-
HSV(B)218.44º25.3%99.22%-
XYZ62.2665102.19-
YUV209.8152.38113.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.90%
GREEN value IS 212 (83.20% from 255) = 32.42%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=28.90%
G=32.42%
B=38.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892122530.250.1600.01218.4494.1286.67
HexBDD4FD191001da5e57
Octal275324375312001332136127
Binary1011110111010100111111011100110000011101101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4FD; }

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

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

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

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

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

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

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

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