#BDD1FD

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

Shades of Periwinkle #BDD1FD

Tints of Periwinkle #BDD1FD

Color information

#BDD1FD (or 0xBDD1FD) is unknown color: approx Periwinkle. HEX triplet: BD, D1 and FD. RGB value is (189,209,253). Sum of RGB (Red+Green+Blue) = 189+209+253=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDD1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1FD is #422E02. Grayscale: #CFCFCF. Windows color (decimal): -4337155 or 16634301. OLE color: 16634301.

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

Color convert

RGB189209253-
CMYK0.250.1700.01
HSL221.25º94.12%86.67%-
HSV(B)221.25º25.3%99.22%-
XYZ61.5263.51101.95-
YUV208.04153.37114.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.03%
GREEN value IS 209 (82.03% from 255) = 32.10%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=29.03%
G=32.10%
B=38.86%

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
Decimal1892092530.250.1700.01221.2594.1286.67
HexBDD1FD191101dd5e57
Octal275321375312101335136127
Binary1011110111010001111111011100110001011101110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1FD; }

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

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

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

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

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

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

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

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