#BDCCE1

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

Shades of Periwinkle #BDCCE1

Tints of Periwinkle #BDCCE1

Color information

#BDCCE1 (or 0xBDCCE1) is unknown color: approx Periwinkle. HEX triplet: BD, CC and E1. RGB value is (189,204,225). Sum of RGB (Red+Green+Blue) = 189+204+225=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDCCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCE1 is #42331E. Grayscale: #C9C9C9. Windows color (decimal): -4338463 or 14798013. OLE color: 14798013.

HSL color Cylindrical-coordinate representation of color #BDCCE1: hue angle of 215º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDCCE1 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189204225-
CMYK0.160.0900.12
HSL215º37.5%81.18%-
HSV(B)215º16%88.24%-
XYZ56.1759.4479.75-
YUV201.91141.03118.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=30.58%
G=33.01%
B=36.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892042250.160.0900.1221537.581.18
HexBDCCE11090Cd72551
Octal275314341201101432745121
Binary10111101110011001110000110000100101100110101111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCE1; }

 p { color: rgb(189,204,225); }

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

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

 a { background-color: rgb(189,204,225); }

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

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

 span { border-color: rgb(189,204,225); }

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