#BDCEE3

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

Shades of Periwinkle #BDCEE3

Tints of Periwinkle #BDCEE3

Color information

#BDCEE3 (or 0xBDCEE3) is unknown color: approx Periwinkle. HEX triplet: BD, CE and E3. RGB value is (189,206,227). Sum of RGB (Red+Green+Blue) = 189+206+227=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDCEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEE3 is #42311C. Grayscale: #CBCBCB. Windows color (decimal): -4337949 or 14929597. OLE color: 14929597.

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

Color convert

RGB189206227-
CMYK0.170.0900.11
HSL213.16º40.43%81.57%-
HSV(B)213.16º16.74%89.02%-
XYZ56.9260.5181.35-
YUV203.31141.37117.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 206 (80.86% from 255) = 33.12%
BLUE value IS 227 (89.06% from 255) = 36.50%
R=30.39%
G=33.12%
B=36.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892062270.170.0900.11213.1640.4381.57
HexBDCEE31190Bd52852
Octal275316343211101332550122
Binary10111101110011101110001110001100101011110101011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEE3; }

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

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

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

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

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

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

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

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