#B0E0EB

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

Shades of Powder Blue #B0E0EB

Tints of Powder Blue #B0E0EB

Color information

#B0E0EB (or 0xB0E0EB) is unknown color: approx Powder Blue. HEX triplet: B0, E0 and EB. RGB value is (176,224,235). Sum of RGB (Red+Green+Blue) = 176+224+235=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0E0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E0EB is #4F1F14. Grayscale: #D2D2D2. Windows color (decimal): -5185301 or 15458480. OLE color: 15458480.

HSL color Cylindrical-coordinate representation of color #B0E0EB: hue angle of 191.19º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0E0EB is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176224235-
CMYK0.250.0500.08
HSL191.19º59.6%80.59%-
HSV(B)191.19º25.11%92.16%-
XYZ59.5668.5488.69-
YUV210.9141.6103.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.72%
GREEN value IS 224 (87.89% from 255) = 35.28%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=27.72%
G=35.28%
B=37.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762242350.250.0500.08191.1959.680.59
HexB0E0EB19508bf3c51
Octal26034035331501027774121
Binary1011000011100000111010111100110101000101111111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E0EB; }

 p { color: rgb(176,224,235); }

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

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

 a { background-color: rgb(176,224,235); }

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

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

 span { border-color: rgb(176,224,235); }

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