Html Css Color HEX #BBF0CF Aero Blue

📋 copy color: '#BBF0CF'

red 187 ◦ green 240 ◦ blue 207

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

Shades of Aero Blue #BBF0CF

Tints of Aero Blue #BBF0CF

RGB

 RED value IS 187 (73.44% from 255) = 29.5%

 GREEN value IS 240 (94.14% from 255) = 37.85%

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

R = 29.5%
G = 37.85%
B = 32.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#BBF0CF (or 0xBBF0CF) is known color: Aero Blue. HEX triplet: BB, F0 and CF. RGB value is (187,240,207). Sum of RGB (Red+Green+Blue) = 187+240+207=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0CF is #440F30. Grayscale: #DCDCDC. Windows color (decimal): -4460337 or 13627579. OLE color: 13627579.

HSL color Cylindrical-coordinate representation of color #BBF0CF: hue angle of 142.64º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0CF is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 207 -
CMYK 0.22 0 0.14 0.06
HSL 142.64º 0.64% 0.84% -
HSV(B) 142.64º 0.22% 0.94% -
XYZ 62.92 77.39 70.65 -
YUV 220.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 187 240 207 0.22 0 0.14 0.06 142.64 0.64 0.84
Hex BB F0 CF 16 0 E 6 8F 40 54
Octal 273 360 317 26 0 16 6 217 100 124
Binary 10111011 11110000 11001111 10110 0 1110 110 10001111 1000000 1010100

Color Harmonies of #BBF0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0CF

Black with #BBF0CF

Text Example


Text Example

White with #BBF0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0CF; }

 p { color: rgb(187,240,207); }

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

background-color css

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

 a { background-color: rgb(187,240,207); }

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

border-color css

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

 span { border-color: rgb(187,240,207); }

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