#BDCCE5

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

Shades of Periwinkle #BDCCE5

Tints of Periwinkle #BDCCE5

Color information

#BDCCE5 (or 0xBDCCE5) is unknown color: approx Periwinkle. HEX triplet: BD, CC and E5. RGB value is (189,204,229). Sum of RGB (Red+Green+Blue) = 189+204+229=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDCCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCE5 is #42331A. Grayscale: #CACACA. Windows color (decimal): -4338459 or 15060157. OLE color: 15060157.

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

Color convert

RGB189204229-
CMYK0.170.1100.10
HSL217.5º43.48%81.96%-
HSV(B)217.5º17.47%89.8%-
XYZ56.7259.6682.66-
YUV202.36143.03118.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 229 (89.84% from 255) = 36.82%
R=30.39%
G=32.80%
B=36.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892042290.170.1100.10217.543.4881.96
HexBDCCE511B0Ada2b52
Octal275314345211301233253122
Binary10111101110011001110010110001101101010110110101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCE5; }

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

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

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

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

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

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

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

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