Html Css Color HEX #B0E1EB Powder Blue

📋 copy color: '#B0E1EB'

red 176 ◦ green 225 ◦ blue 235

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

Shades of Powder Blue #B0E1EB

Tints of Powder Blue #B0E1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.95%

R = 27.67%
G = 35.38%
B = 36.95%

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

#B0E1EB (or 0xB0E1EB) is known color: Powder Blue. HEX triplet: B0, E1 and EB. RGB value is (176,225,235). Sum of RGB (Red+Green+Blue) = 176+225+235=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0E1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E1EB is #4F1E14. Grayscale: #D3D3D3. Windows color (decimal): -5185045 or 15458736. OLE color: 15458736.

HSL color Cylindrical-coordinate representation of color #B0E1EB: hue angle of 190.17º 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 #B0E1EB is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 225 235 -
CMYK 0.25 0.04 0 0.08
HSL 190.17º 0.6% 0.81% -
HSV(B) 190.17º 0.25% 0.92% -
XYZ 59.83 69.08 88.78 -
YUV 211.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 176 225 235 0.25 0.04 0 0.08 190.17 0.6 0.81
Hex B0 E1 EB 19 4 0 8 BE 3C 51
Octal 260 341 353 31 4 0 10 276 74 121
Binary 10110000 11100001 11101011 11001 100 0 1000 10111110 111100 1010001

Color Harmonies of #B0E1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E1EB

Black with #B0E1EB

Text Example


Text Example

White with #B0E1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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