#BDD0F9

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

Shades of Periwinkle #BDD0F9

Tints of Periwinkle #BDD0F9

Color information

#BDD0F9 (or 0xBDD0F9) is unknown color: approx Periwinkle. HEX triplet: BD, D0 and F9. RGB value is (189,208,249). Sum of RGB (Red+Green+Blue) = 189+208+249=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 208 (81.64% from 255 or 32.20% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDD0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0F9 is #422F06. Grayscale: #CECECE. Windows color (decimal): -4337415 or 16371901. OLE color: 16371901.

HSL color Cylindrical-coordinate representation of color #BDD0F9: hue angle of 221º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDD0F9 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189208249-
CMYK0.240.1600.02
HSL221º83.33%85.88%-
HSV(B)221º24.1%97.65%-
XYZ60.6462.7798.54-
YUV206.99151.71115.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.26%
GREEN value IS 208 (81.64% from 255) = 32.20%
BLUE value IS 249 (97.66% from 255) = 38.54%
R=29.26%
G=32.20%
B=38.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892082490.240.1600.0222183.3385.88
HexBDD0F9181002dd5356
Octal275320371302002335123126
Binary10111101110100001111100111000100000101101110110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0F9; }

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

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

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

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

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

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

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

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