Html Css Color HEX #B0E4E0 Powder Blue

📋 copy color: '#B0E4E0'

red 176 ◦ green 228 ◦ blue 224

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

Shades of Powder Blue #B0E4E0

Tints of Powder Blue #B0E4E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.67%

R = 28.03%
G = 36.31%
B = 35.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#B0E4E0 (or 0xB0E4E0) is known color: Powder Blue. HEX triplet: B0, E4 and E0. RGB value is (176,228,224). Sum of RGB (Red+Green+Blue) = 176+228+224=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 228 (89.45% from 255 or 36.31% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E4E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E4E0 is #4F1B1F. Grayscale: #D3D3D3. Windows color (decimal): -5184288 or 14738608. OLE color: 14738608.

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

Color convert

RGB 176 228 224 -
CMYK 0.23 0 0.02 0.11
HSL 175.38º 0.49% 0.79% -
HSV(B) 175.38º 0.23% 0.89% -
XYZ 59.1 70.1 80.94 -
YUV 212 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 176 228 224 0.23 0 0.02 0.11 175.38 0.49 0.79
Hex B0 E4 E0 17 0 2 B AF 31 4F
Octal 260 344 340 27 0 2 13 257 61 117
Binary 10110000 11100100 11100000 10111 0 10 1011 10101111 110001 1001111

Color Harmonies of #B0E4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E4E0

Black with #B0E4E0

Text Example


Text Example

White with #B0E4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E4E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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