Html Css Color HEX #B0E4EE Powder Blue

📋 copy color: '#B0E4EE'

red 176 ◦ green 228 ◦ blue 238

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

Shades of Powder Blue #B0E4EE

Tints of Powder Blue #B0E4EE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.51%

 BLUE value IS 238 (93.36% from 255) = 37.07%

R = 27.41%
G = 35.51%
B = 37.07%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B0E4EE (or 0xB0E4EE) is known color: Powder Blue. HEX triplet: B0, E4 and EE. RGB value is (176,228,238). Sum of RGB (Red+Green+Blue) = 176+228+238=642 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.41% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0E4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E4EE is #4F1B11. Grayscale: #D5D5D5. Windows color (decimal): -5184274 or 15656112. OLE color: 15656112.

HSL color Cylindrical-coordinate representation of color #B0E4EE: hue angle of 189.68º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0E4EE is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 228 238 -
CMYK 0.26 0.04 0 0.07
HSL 189.68º 0.65% 0.81% -
HSV(B) 189.68º 0.26% 0.93% -
XYZ 61.08 70.89 91.35 -
YUV 213.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 176 228 238 0.26 0.04 0 0.07 189.68 0.65 0.81
Hex B0 E4 EE 1A 4 0 7 BE 41 51
Octal 260 344 356 32 4 0 7 276 101 121
Binary 10110000 11100100 11101110 11010 100 0 111 10111110 1000001 1010001

Color Harmonies of #B0E4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E4EE

Black with #B0E4EE

Text Example


Text Example

White with #B0E4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E4EE; }

 p { color: rgb(176,228,238); }

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

background-color css

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

 a { background-color: rgb(176,228,238); }

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

border-color css

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

 span { border-color: rgb(176,228,238); }

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