#BDD0FD

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

Shades of Periwinkle #BDD0FD

Tints of Periwinkle #BDD0FD

Color information

#BDD0FD (or 0xBDD0FD) is unknown color: approx Periwinkle. HEX triplet: BD, D0 and FD. RGB value is (189,208,253). Sum of RGB (Red+Green+Blue) = 189+208+253=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDD0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0FD is #422F02. Grayscale: #CFCFCF. Windows color (decimal): -4337411 or 16634045. OLE color: 16634045.

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

Color convert

RGB189208253-
CMYK0.250.1800.01
HSL222.19º94.12%86.67%-
HSV(B)222.19º25.3%99.22%-
XYZ61.2763.02101.86-
YUV207.45153.71114.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.08%
GREEN value IS 208 (81.64% from 255) = 32%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=29.08%
G=32%
B=38.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892082530.250.1800.01222.1994.1286.67
HexBDD0FD191201de5e57
Octal275320375312201336136127
Binary1011110111010000111111011100110010011101111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0FD; }

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

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

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

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

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

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

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

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