#B4E0EB

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

Shades of Powder Blue #B4E0EB

Tints of Powder Blue #B4E0EB

Color information

#B4E0EB (or 0xB4E0EB) is unknown color: approx Powder Blue. HEX triplet: B4, E0 and EB. RGB value is (180,224,235). Sum of RGB (Red+Green+Blue) = 180+224+235=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4E0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E0EB is #4B1F14. Grayscale: #D4D4D4. Windows color (decimal): -4923157 or 15458484. OLE color: 15458484.

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

Color convert

RGB180224235-
CMYK0.230.0500.08
HSL192º57.89%81.37%-
HSV(B)192º23.4%92.16%-
XYZ60.4769.0188.73-
YUV212.1140.92105.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.17%
GREEN value IS 224 (87.89% from 255) = 35.05%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=28.17%
G=35.05%
B=36.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802242350.230.0500.0819257.8981.37
HexB4E0EB17508c03a51
Octal26434035327501030072121
Binary1011010011100000111010111011110101000110000001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E0EB; }

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

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

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

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

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

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

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

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