#B7DCE1

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

Shades of Powder Blue #B7DCE1

Tints of Powder Blue #B7DCE1

Color information

#B7DCE1 (or 0xB7DCE1) is unknown color: approx Powder Blue. HEX triplet: B7, DC and E1. RGB value is (183,220,225). Sum of RGB (Red+Green+Blue) = 183+220+225=628 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.14% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 225 - color contains mainly: blue. Hex color #B7DCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCE1 is #48231E. Grayscale: #D1D1D1. Windows color (decimal): -4727583 or 14802103. OLE color: 14802103.

HSL color Cylindrical-coordinate representation of color #B7DCE1: hue angle of 187.14º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7DCE1 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB183220225-
CMYK0.190.0200.12
HSL187.14º41.18%80%-
HSV(B)187.14º18.67%88.24%-
XYZ58.7166.6981.01-
YUV209.51136.74109.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.14%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 225 (88.28% from 255) = 35.83%
R=29.14%
G=35.03%
B=35.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1832202250.190.0200.12187.1441.1880
HexB7DCE11320Cbb2950
Octal26733434123201427351120
Binary101101111101110011100001100111001100101110111010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DCE1; }

 p { color: rgb(183,220,225); }

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

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

 a { background-color: rgb(183,220,225); }

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

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

 span { border-color: rgb(183,220,225); }

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