Html Css Color HEX #B8E1EA Powder Blue

📋 copy color: '#B8E1EA'

red 184 ◦ green 225 ◦ blue 234

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

Shades of Powder Blue #B8E1EA

Tints of Powder Blue #B8E1EA

RGB

 RED value IS 184 (72.27% from 255) = 28.62%

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

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

R = 28.62%
G = 34.99%
B = 36.39%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8E1EA (or 0xB8E1EA) is known color: Powder Blue. HEX triplet: B8, E1 and EA. RGB value is (184,225,234). Sum of RGB (Red+Green+Blue) = 184+225+234=643 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.62% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8E1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E1EA is #471E15. Grayscale: #D5D5D5. Windows color (decimal): -4660758 or 15393208. OLE color: 15393208.

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

Color convert

RGB 184 225 234 -
CMYK 0.21 0.04 0 0.08
HSL 190.8º 0.54% 0.82% -
HSV(B) 190.8º 0.21% 0.92% -
XYZ 61.54 69.98 88.11 -
YUV 213.77 139.42 106.77 -
System Red Green Blue C M Y K H S L
Decimal 184 225 234 0.21 0.04 0 0.08 190.8 0.54 0.82
Hex B8 E1 EA 15 4 0 8 BF 36 52
Octal 270 341 352 25 4 0 10 277 66 122
Binary 10111000 11100001 11101010 10101 100 0 1000 10111111 110110 1010010

Color Harmonies of #B8E1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E1EA

Black with #B8E1EA

Text Example


Text Example

White with #B8E1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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