Html Css Color HEX #B0E1EA Powder Blue

📋 copy color: '#B0E1EA'

red 176 ◦ green 225 ◦ blue 234

#B0E1EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Powder Blue #B0E1EA

Tints of Powder Blue #B0E1EA

RGB

 RED value IS 176 (69.14% from 255) = 27.72%

 GREEN value IS 225 (88.28% from 255) = 35.43%

 BLUE value IS 234 (91.8% from 255) = 36.85%

R = 27.72%
G = 35.43%
B = 36.85%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B0E1EA (or 0xB0E1EA) is known color: Powder Blue. HEX triplet: B0, E1 and EA. RGB value is (176,225,234). Sum of RGB (Red+Green+Blue) = 176+225+234=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0E1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E1EA is #4F1E15. Grayscale: #D3D3D3. Windows color (decimal): -5185046 or 15393200. OLE color: 15393200.

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

Color convert

RGB 176 225 234 -
CMYK 0.25 0.04 0 0.08
HSL 189.31º 0.58% 0.8% -
HSV(B) 189.31º 0.25% 0.92% -
XYZ 59.68 69.02 88.02 -
YUV 211.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 176 225 234 0.25 0.04 0 0.08 189.31 0.58 0.8
Hex B0 E1 EA 19 4 0 8 BD 3A 50
Octal 260 341 352 31 4 0 10 275 72 120
Binary 10110000 11100001 11101010 11001 100 0 1000 10111101 111010 1010000

Color Harmonies of #B0E1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E1EA

Black with #B0E1EA

Text Example


Text Example

White with #B0E1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E1EA; }

 p { color: rgb(176,225,234); }

 H1.HeaderClassName
 {
   color: #B0E1EA;
 }
 .AnyTagClassName
 {
   color: #B0E1EA;
 }
</style>

background-color css

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

 a { background-color: rgb(176,225,234); }

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

border-color css

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

 span { border-color: rgb(176,225,234); }

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