#BDD0ED

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

Shades of Periwinkle #BDD0ED

Tints of Periwinkle #BDD0ED

Color information

#BDD0ED (or 0xBDD0ED) is unknown color: approx Periwinkle. HEX triplet: BD, D0 and ED. RGB value is (189,208,237). Sum of RGB (Red+Green+Blue) = 189+208+237=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDD0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0ED is #422F12. Grayscale: #CDCDCD. Windows color (decimal): -4337427 or 15585469. OLE color: 15585469.

HSL color Cylindrical-coordinate representation of color #BDD0ED: hue angle of 216.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD0ED is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189208237-
CMYK0.200.1200.07
HSL216.25º57.14%83.53%-
HSV(B)216.25º20.25%92.94%-
XYZ58.8362.0489-
YUV205.62145.71116.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.81%
GREEN value IS 208 (81.64% from 255) = 32.81%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=29.81%
G=32.81%
B=37.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892082370.200.1200.07216.2557.1483.53
HexBDD0ED14C07d83954
Octal27532035524140733071124
Binary1011110111010000111011011010011000111110110001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0ED; }

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

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

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

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

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

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

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

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