#BDC6EE

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

Shades of Periwinkle #BDC6EE

Tints of Periwinkle #BDC6EE

Color information

#BDC6EE (or 0xBDC6EE) is unknown color: approx Periwinkle. HEX triplet: BD, C6 and EE. RGB value is (189,198,238). Sum of RGB (Red+Green+Blue) = 189+198+238=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC6EE is #423911. Grayscale: #C7C7C7. Windows color (decimal): -4339986 or 15648445. OLE color: 15648445.

HSL color Cylindrical-coordinate representation of color #BDC6EE: hue angle of 228.98º 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 #BDC6EE is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189198238-
CMYK0.210.1700.07
HSL228.98º59.04%83.73%-
HSV(B)228.98º20.59%93.33%-
XYZ56.6157.3888.98-
YUV199.87149.52120.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 198 (77.73% from 255) = 31.68%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=30.24%
G=31.68%
B=38.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891982380.210.1700.07228.9859.0483.73
HexBDC6EE151107e53b54
Octal27530635625210734573124
Binary10111101110001101110111010101100010111111001011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6EE; }

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

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

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

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

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

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

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

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