#BDD5FD

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

Shades of Periwinkle #BDD5FD

Tints of Periwinkle #BDD5FD

Color information

#BDD5FD (or 0xBDD5FD) is unknown color: approx Periwinkle. HEX triplet: BD, D5 and FD. RGB value is (189,213,253). Sum of RGB (Red+Green+Blue) = 189+213+253=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5FD is #422A02. Grayscale: #D2D2D2. Windows color (decimal): -4336131 or 16635325. OLE color: 16635325.

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

Color convert

RGB189213253-
CMYK0.250.1600.01
HSL217.5º94.12%86.67%-
HSV(B)217.5º25.3%99.22%-
XYZ62.5165.5102.28-
YUV210.38152.05112.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.85%
GREEN value IS 213 (83.59% from 255) = 32.52%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=28.85%
G=32.52%
B=38.63%

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
Decimal1892132530.250.1600.01217.594.1286.67
HexBDD5FD191001da5e57
Octal275325375312001332136127
Binary1011110111010101111111011100110000011101101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD5FD; }

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

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

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

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

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

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

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

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