#BDD3EE

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

Shades of Periwinkle #BDD3EE

Tints of Periwinkle #BDD3EE

Color information

#BDD3EE (or 0xBDD3EE) is unknown color: approx Periwinkle. HEX triplet: BD, D3 and EE. RGB value is (189,211,238). Sum of RGB (Red+Green+Blue) = 189+211+238=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDD3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3EE is #422C11. Grayscale: #CFCFCF. Windows color (decimal): -4336658 or 15651773. OLE color: 15651773.

HSL color Cylindrical-coordinate representation of color #BDD3EE: hue angle of 213.06º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD3EE is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189211238-
CMYK0.210.1100.07
HSL213.06º59.04%83.73%-
HSV(B)213.06º20.59%93.33%-
XYZ59.7163.5890.01-
YUV207.5145.21114.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 211 (82.81% from 255) = 33.07%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=29.62%
G=33.07%
B=37.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892112380.210.1100.07213.0659.0483.73
HexBDD3EE15B07d53b54
Octal27532335625130732573124
Binary1011110111010011111011101010110110111110101011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3EE; }

 p { color: rgb(189,211,238); }

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

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

 a { background-color: rgb(189,211,238); }

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

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

 span { border-color: rgb(189,211,238); }

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