#BDD0EB

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

Shades of Periwinkle #BDD0EB

Tints of Periwinkle #BDD0EB

Color information

#BDD0EB (or 0xBDD0EB) is unknown color: approx Periwinkle. HEX triplet: BD, D0 and EB. RGB value is (189,208,235). Sum of RGB (Red+Green+Blue) = 189+208+235=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDD0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0EB is #422F14. Grayscale: #CDCDCD. Windows color (decimal): -4337429 or 15454397. OLE color: 15454397.

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

Color convert

RGB189208235-
CMYK0.200.1100.08
HSL215.22º53.49%83.14%-
HSV(B)215.22º19.57%92.16%-
XYZ58.5461.9387.47-
YUV205.4144.71116.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.91%
GREEN value IS 208 (81.64% from 255) = 32.91%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=29.91%
G=32.91%
B=37.18%

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
Decimal1892082350.200.1100.08215.2253.4983.14
HexBDD0EB14B08d73553
Octal275320353241301032765123
Binary10111101110100001110101110100101101000110101111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0EB; }

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

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

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

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

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

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

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

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