#BDD0EA

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

Shades of Periwinkle #BDD0EA

Tints of Periwinkle #BDD0EA

Color information

#BDD0EA (or 0xBDD0EA) is unknown color: approx Periwinkle. HEX triplet: BD, D0 and EA. RGB value is (189,208,234). Sum of RGB (Red+Green+Blue) = 189+208+234=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDD0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0EA is #422F15. Grayscale: #CDCDCD. Windows color (decimal): -4337430 or 15388861. OLE color: 15388861.

HSL color Cylindrical-coordinate representation of color #BDD0EA: hue angle of 214.67º 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 #BDD0EA is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189208234-
CMYK0.190.1100.08
HSL214.67º51.72%82.94%-
HSV(B)214.67º19.23%91.76%-
XYZ58.3961.8786.71-
YUV205.28144.21116.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.95%
GREEN value IS 208 (81.64% from 255) = 32.96%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=29.95%
G=32.96%
B=37.08%

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
Decimal1892082340.190.1100.08214.6751.7282.94
HexBDD0EA13B08d73453
Octal275320352231301032764123
Binary10111101110100001110101010011101101000110101111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0EA; }

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

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

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

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

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

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

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

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