Html Css Color HEX #B4E4EF Powder Blue

📋 copy color: '#B4E4EF'

red 180 ◦ green 228 ◦ blue 239

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

Shades of Powder Blue #B4E4EF

Tints of Powder Blue #B4E4EF

RGB

 RED value IS 180 (70.7% from 255) = 27.82%

 GREEN value IS 228 (89.45% from 255) = 35.24%

 BLUE value IS 239 (93.75% from 255) = 36.94%

R = 27.82%
G = 35.24%
B = 36.94%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B4E4EF (or 0xB4E4EF) is known color: Powder Blue. HEX triplet: B4, E4 and EF. RGB value is (180,228,239). Sum of RGB (Red+Green+Blue) = 180+228+239=647 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.82% from 647); Green value is 228 (89.45% from 255 or 35.24% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4E4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E4EF is #4B1B10. Grayscale: #D6D6D6. Windows color (decimal): -4922129 or 15721652. OLE color: 15721652.

HSL color Cylindrical-coordinate representation of color #B4E4EF: hue angle of 191.19º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4E4EF is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 228 239 -
CMYK 0.25 0.05 0 0.06
HSL 191.19º 0.65% 0.82% -
HSV(B) 191.19º 0.25% 0.94% -
XYZ 62.15 71.42 92.17 -
YUV 214.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 180 228 239 0.25 0.05 0 0.06 191.19 0.65 0.82
Hex B4 E4 EF 19 5 0 6 BF 41 52
Octal 264 344 357 31 5 0 6 277 101 122
Binary 10110100 11100100 11101111 11001 101 0 110 10111111 1000001 1010010

Color Harmonies of #B4E4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E4EF

Black with #B4E4EF

Text Example


Text Example

White with #B4E4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E4EF; }

 p { color: rgb(180,228,239); }

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

background-color css

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

 a { background-color: rgb(180,228,239); }

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

border-color css

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

 span { border-color: rgb(180,228,239); }

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