Html Css Color HEX #B0E2EE Powder Blue

📋 copy color: '#B0E2EE'

red 176 ◦ green 226 ◦ blue 238

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

Shades of Powder Blue #B0E2EE

Tints of Powder Blue #B0E2EE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.31%

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

R = 27.5%
G = 35.31%
B = 37.19%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B0E2EE (or 0xB0E2EE) is known color: Powder Blue. HEX triplet: B0, E2 and EE. RGB value is (176,226,238). Sum of RGB (Red+Green+Blue) = 176+226+238=640 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.5% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0E2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E2EE is #4F1D11. Grayscale: #D4D4D4. Windows color (decimal): -5184786 or 15655600. OLE color: 15655600.

HSL color Cylindrical-coordinate representation of color #B0E2EE: hue angle of 191.61º 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 #B0E2EE is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 226 238 -
CMYK 0.26 0.05 0 0.07
HSL 191.61º 0.65% 0.81% -
HSV(B) 191.61º 0.26% 0.93% -
XYZ 60.53 69.8 91.17 -
YUV 212.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 176 226 238 0.26 0.05 0 0.07 191.61 0.65 0.81
Hex B0 E2 EE 1A 5 0 7 C0 41 51
Octal 260 342 356 32 5 0 7 300 101 121
Binary 10110000 11100010 11101110 11010 101 0 111 11000000 1000001 1010001

Color Harmonies of #B0E2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E2EE

Black with #B0E2EE

Text Example


Text Example

White with #B0E2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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