Html Css Color HEX #B4E4CB Aero Blue

📋 copy color: '#B4E4CB'

red 180 ◦ green 228 ◦ blue 203

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

Shades of Aero Blue #B4E4CB

Tints of Aero Blue #B4E4CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.22%

R = 29.46%
G = 37.32%
B = 33.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#B4E4CB (or 0xB4E4CB) is known color: Aero Blue. HEX triplet: B4, E4 and CB. RGB value is (180,228,203). Sum of RGB (Red+Green+Blue) = 180+228+203=611 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.46% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 228 - color contains mainly: green. Hex color #B4E4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E4CB is #4B1B34. Grayscale: #D2D2D2. Windows color (decimal): -4922165 or 13362356. OLE color: 13362356.

HSL color Cylindrical-coordinate representation of color #B4E4CB: hue angle of 148.75º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4E4CB is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 228 203 -
CMYK 0.21 0 0.11 0.11
HSL 148.75º 0.47% 0.8% -
HSV(B) 148.75º 0.21% 0.89% -
XYZ 57.35 69.5 66.89 -
YUV 210.8 123.6 106.03 -
System Red Green Blue C M Y K H S L
Decimal 180 228 203 0.21 0 0.11 0.11 148.75 0.47 0.8
Hex B4 E4 CB 15 0 B B 95 2F 50
Octal 264 344 313 25 0 13 13 225 57 120
Binary 10110100 11100100 11001011 10101 0 1011 1011 10010101 101111 1010000

Color Harmonies of #B4E4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E4CB

Black with #B4E4CB

Text Example


Text Example

White with #B4E4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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