#BDD1EA

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

Shades of Periwinkle #BDD1EA

Tints of Periwinkle #BDD1EA

Color information

#BDD1EA (or 0xBDD1EA) is unknown color: approx Periwinkle. HEX triplet: BD, D1 and EA. RGB value is (189,209,234). Sum of RGB (Red+Green+Blue) = 189+209+234=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDD1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1EA is #422E15. Grayscale: #CDCDCD. Windows color (decimal): -4337174 or 15389117. OLE color: 15389117.

HSL color Cylindrical-coordinate representation of color #BDD1EA: hue angle of 213.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD1EA is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189209234-
CMYK0.190.1100.08
HSL213.33º51.72%82.94%-
HSV(B)213.33º19.23%91.76%-
XYZ58.6462.3686.79-
YUV205.87143.87115.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.91%
GREEN value IS 209 (82.03% from 255) = 33.07%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=29.91%
G=33.07%
B=37.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892092340.190.1100.08213.3351.7282.94
HexBDD1EA13B08d53453
Octal275321352231301032564123
Binary10111101110100011110101010011101101000110101011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1EA; }

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

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

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

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

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

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

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

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