Html Css Color HEX #B5E1EC Powder Blue

📋 copy color: '#B5E1EC'

red 181 ◦ green 225 ◦ blue 236

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

Shades of Powder Blue #B5E1EC

Tints of Powder Blue #B5E1EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.76%

R = 28.19%
G = 35.05%
B = 36.76%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5E1EC (or 0xB5E1EC) is known color: Powder Blue. HEX triplet: B5, E1 and EC. RGB value is (181,225,236). Sum of RGB (Red+Green+Blue) = 181+225+236=642 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.19% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5E1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E1EC is #4A1E13. Grayscale: #D5D5D5. Windows color (decimal): -4857364 or 15524277. OLE color: 15524277.

HSL color Cylindrical-coordinate representation of color #B5E1EC: hue angle of 192º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5E1EC is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 225 236 -
CMYK 0.23 0.05 0 0.07
HSL 192º 0.59% 0.82% -
HSV(B) 192º 0.23% 0.93% -
XYZ 61.12 69.73 89.59 -
YUV 213.1 140.92 105.11 -
System Red Green Blue C M Y K H S L
Decimal 181 225 236 0.23 0.05 0 0.07 192 0.59 0.82
Hex B5 E1 EC 17 5 0 7 C0 3B 52
Octal 265 341 354 27 5 0 7 300 73 122
Binary 10110101 11100001 11101100 10111 101 0 111 11000000 111011 1010010

Color Harmonies of #B5E1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E1EC

Black with #B5E1EC

Text Example


Text Example

White with #B5E1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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