Html Css Color HEX #BEE4CF Aero Blue

📋 copy color: '#BEE4CF'

red 190 ◦ green 228 ◦ blue 207

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

Shades of Aero Blue #BEE4CF

Tints of Aero Blue #BEE4CF

RGB

 RED value IS 190 (74.61% from 255) = 30.4%

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

 BLUE value IS 207 (81.25% from 255) = 33.12%

R = 30.4%
G = 36.48%
B = 33.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#BEE4CF (or 0xBEE4CF) is known color: Aero Blue. HEX triplet: BE, E4 and CF. RGB value is (190,228,207). Sum of RGB (Red+Green+Blue) = 190+228+207=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE4CF is #411B30. Grayscale: #D6D6D6. Windows color (decimal): -4266801 or 13624510. OLE color: 13624510.

HSL color Cylindrical-coordinate representation of color #BEE4CF: hue angle of 146.84º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEE4CF is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 228 207 -
CMYK 0.17 0 0.09 0.11
HSL 146.84º 0.41% 0.82% -
HSV(B) 146.84º 0.17% 0.89% -
XYZ 60.24 70.94 69.55 -
YUV 214.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 190 228 207 0.17 0 0.09 0.11 146.84 0.41 0.82
Hex BE E4 CF 11 0 9 B 93 29 52
Octal 276 344 317 21 0 11 13 223 51 122
Binary 10111110 11100100 11001111 10001 0 1001 1011 10010011 101001 1010010

Color Harmonies of #BEE4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE4CF

Black with #BEE4CF

Text Example


Text Example

White with #BEE4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE4CF; }

 p { color: rgb(190,228,207); }

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

background-color css

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

 a { background-color: rgb(190,228,207); }

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

border-color css

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

 span { border-color: rgb(190,228,207); }

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