#BDCDE3

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

Shades of Periwinkle #BDCDE3

Tints of Periwinkle #BDCDE3

Color information

#BDCDE3 (or 0xBDCDE3) is unknown color: approx Periwinkle. HEX triplet: BD, CD and E3. RGB value is (189,205,227). Sum of RGB (Red+Green+Blue) = 189+205+227=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDCDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDE3 is #42321C. Grayscale: #CACACA. Windows color (decimal): -4338205 or 14929341. OLE color: 14929341.

HSL color Cylindrical-coordinate representation of color #BDCDE3: hue angle of 214.74º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDCDE3 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189205227-
CMYK0.170.1000.11
HSL214.74º40.43%81.57%-
HSV(B)214.74º16.74%89.02%-
XYZ56.6860.0381.27-
YUV202.72141.7118.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 205 (80.47% from 255) = 33.01%
BLUE value IS 227 (89.06% from 255) = 36.55%
R=30.43%
G=33.01%
B=36.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892052270.170.1000.11214.7440.4381.57
HexBDCDE311A0Bd72852
Octal275315343211201332750122
Binary10111101110011011110001110001101001011110101111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDE3; }

 p { color: rgb(189,205,227); }

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

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

 a { background-color: rgb(189,205,227); }

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

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

 span { border-color: rgb(189,205,227); }

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