#BDD1EB

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

Shades of Periwinkle #BDD1EB

Tints of Periwinkle #BDD1EB

Color information

#BDD1EB (or 0xBDD1EB) is unknown color: approx Periwinkle. HEX triplet: BD, D1 and EB. RGB value is (189,209,235). Sum of RGB (Red+Green+Blue) = 189+209+235=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDD1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1EB is #422E14. Grayscale: #CDCDCD. Windows color (decimal): -4337173 or 15454653. OLE color: 15454653.

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

Color convert

RGB189209235-
CMYK0.200.1100.08
HSL213.91º53.49%83.14%-
HSV(B)213.91º19.57%92.16%-
XYZ58.7862.4287.55-
YUV205.98144.37115.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 209 (82.03% from 255) = 33.02%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=29.86%
G=33.02%
B=37.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892092350.200.1100.08213.9153.4983.14
HexBDD1EB14B08d63553
Octal275321353241301032665123
Binary10111101110100011110101110100101101000110101101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1EB; }

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

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

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

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

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

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

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

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