#BDD3FD

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

Shades of Periwinkle #BDD3FD

Tints of Periwinkle #BDD3FD

Color information

#BDD3FD (or 0xBDD3FD) is unknown color: approx Periwinkle. HEX triplet: BD, D3 and FD. RGB value is (189,211,253). Sum of RGB (Red+Green+Blue) = 189+211+253=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDD3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3FD is #422C02. Grayscale: #D1D1D1. Windows color (decimal): -4336643 or 16634813. OLE color: 16634813.

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

Color convert

RGB189211253-
CMYK0.250.1700.01
HSL219.38º94.12%86.67%-
HSV(B)219.38º25.3%99.22%-
XYZ62.0164.5102.11-
YUV209.21152.71113.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.94%
GREEN value IS 211 (82.81% from 255) = 32.31%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=28.94%
G=32.31%
B=38.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892112530.250.1700.01219.3894.1286.67
HexBDD3FD191101db5e57
Octal275323375312101333136127
Binary1011110111010011111111011100110001011101101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3FD; }

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

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

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

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

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

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

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

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