#BDC5EE

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

Shades of Periwinkle #BDC5EE

Tints of Periwinkle #BDC5EE

Color information

#BDC5EE (or 0xBDC5EE) is unknown color: approx Periwinkle. HEX triplet: BD, C5 and EE. RGB value is (189,197,238). Sum of RGB (Red+Green+Blue) = 189+197+238=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5EE is #423A11. Grayscale: #C7C7C7. Windows color (decimal): -4340242 or 15648189. OLE color: 15648189.

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

Color convert

RGB189197238-
CMYK0.210.1700.07
HSL230.2º59.04%83.73%-
HSV(B)230.2º20.59%93.33%-
XYZ56.3956.9288.9-
YUV199.28149.85120.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 197 (77.34% from 255) = 31.57%
BLUE value IS 238 (93.36% from 255) = 38.14%
R=30.29%
G=31.57%
B=38.14%

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
Decimal1891972380.210.1700.07230.259.0483.73
HexBDC5EE151107e63b54
Octal27530535625210734673124
Binary10111101110001011110111010101100010111111001101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5EE; }

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

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

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

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

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

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

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

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