Html Css Color HEX #B5E1EA Powder Blue

📋 copy color: '#B5E1EA'

red 181 ◦ green 225 ◦ blue 234

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

Shades of Powder Blue #B5E1EA

Tints of Powder Blue #B5E1EA

RGB

 RED value IS 181 (71.09% from 255) = 28.28%

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

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

R = 28.28%
G = 35.16%
B = 36.56%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B5E1EA (or 0xB5E1EA) is known color: Powder Blue. HEX triplet: B5, E1 and EA. RGB value is (181,225,234). Sum of RGB (Red+Green+Blue) = 181+225+234=640 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.28% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5E1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E1EA is #4A1E15. Grayscale: #D4D4D4. Windows color (decimal): -4857366 or 15393205. OLE color: 15393205.

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

Color convert

RGB 181 225 234 -
CMYK 0.23 0.04 0 0.08
HSL 190.19º 0.56% 0.81% -
HSV(B) 190.19º 0.23% 0.92% -
XYZ 60.83 69.61 88.07 -
YUV 212.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 181 225 234 0.23 0.04 0 0.08 190.19 0.56 0.81
Hex B5 E1 EA 17 4 0 8 BE 38 51
Octal 265 341 352 27 4 0 10 276 70 121
Binary 10110101 11100001 11101010 10111 100 0 1000 10111110 111000 1010001

Color Harmonies of #B5E1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E1EA

Black with #B5E1EA

Text Example


Text Example

White with #B5E1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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