Html Css Color HEX #B4E3EE Powder Blue

📋 copy color: '#B4E3EE'

red 180 ◦ green 227 ◦ blue 238

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

Shades of Powder Blue #B4E3EE

Tints of Powder Blue #B4E3EE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.19%

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

R = 27.91%
G = 35.19%
B = 36.9%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B4E3EE (or 0xB4E3EE) is known color: Powder Blue. HEX triplet: B4, E3 and EE. RGB value is (180,227,238). Sum of RGB (Red+Green+Blue) = 180+227+238=645 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.91% from 645); Green value is 227 (89.06% from 255 or 35.19% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4E3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E3EE is #4B1C11. Grayscale: #D6D6D6. Windows color (decimal): -4922386 or 15655860. OLE color: 15655860.

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

Color convert

RGB 180 227 238 -
CMYK 0.24 0.05 0 0.07
HSL 191.38º 0.63% 0.82% -
HSV(B) 191.38º 0.24% 0.93% -
XYZ 61.72 70.81 91.3 -
YUV 214.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 180 227 238 0.24 0.05 0 0.07 191.38 0.63 0.82
Hex B4 E3 EE 18 5 0 7 BF 3F 52
Octal 264 343 356 30 5 0 7 277 77 122
Binary 10110100 11100011 11101110 11000 101 0 111 10111111 111111 1010010

Color Harmonies of #B4E3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E3EE

Black with #B4E3EE

Text Example


Text Example

White with #B4E3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E3EE; }

 p { color: rgb(180,227,238); }

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

background-color css

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

 a { background-color: rgb(180,227,238); }

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

border-color css

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

 span { border-color: rgb(180,227,238); }

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