#B1DCE4

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

Shades of Powder Blue #B1DCE4

Tints of Powder Blue #B1DCE4

Color information

#B1DCE4 (or 0xB1DCE4) is unknown color: approx Powder Blue. HEX triplet: B1, DC and E4. RGB value is (177,220,228). Sum of RGB (Red+Green+Blue) = 177+220+228=625 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.32% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #B1DCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCE4 is #4E231B. Grayscale: #CFCFCF. Windows color (decimal): -5120796 or 14998705. OLE color: 14998705.

HSL color Cylindrical-coordinate representation of color #B1DCE4: hue angle of 189.41º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1DCE4 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB177220228-
CMYK0.220.0400.11
HSL189.41º48.57%79.41%-
HSV(B)189.41º22.37%89.41%-
XYZ57.7366.1383.12-
YUV208.05139.25105.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.32%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 228 (89.45% from 255) = 36.48%
R=28.32%
G=35.2%
B=36.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1772202280.220.0400.11189.4148.5779.41
HexB1DCE41640Bbd314f
Octal26133434426401327561117
Binary1011000111011100111001001011010001011101111011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DCE4; }

 p { color: rgb(177,220,228); }

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

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

 a { background-color: rgb(177,220,228); }

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

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

 span { border-color: rgb(177,220,228); }

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