Html Css Color HEX #BBF9D5 Aero Blue

📋 copy color: '#BBF9D5'

red 187 ◦ green 249 ◦ blue 213

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

Shades of Aero Blue #BBF9D5

Tints of Aero Blue #BBF9D5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.37%

 BLUE value IS 213 (83.59% from 255) = 32.82%

R = 28.81%
G = 38.37%
B = 32.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#BBF9D5 (or 0xBBF9D5) is known color: Aero Blue. HEX triplet: BB, F9 and D5. RGB value is (187,249,213). Sum of RGB (Red+Green+Blue) = 187+249+213=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 249 (97.66% from 255 or 38.37% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9D5 is #44062A. Grayscale: #E2E2E2. Windows color (decimal): -4458027 or 14023099. OLE color: 14023099.

HSL color Cylindrical-coordinate representation of color #BBF9D5: hue angle of 145.16º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9D5 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 249 213 -
CMYK 0.25 0 0.14 0.02
HSL 145.16º 0.84% 0.85% -
HSV(B) 145.16º 0.25% 0.98% -
XYZ 66.38 83.12 75.5 -
YUV 226.36 120.46 99.93 -
System Red Green Blue C M Y K H S L
Decimal 187 249 213 0.25 0 0.14 0.02 145.16 0.84 0.85
Hex BB F9 D5 19 0 E 2 91 54 55
Octal 273 371 325 31 0 16 2 221 124 125
Binary 10111011 11111001 11010101 11001 0 1110 10 10010001 1010100 1010101

Color Harmonies of #BBF9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF9D5

Black with #BBF9D5

Text Example


Text Example

White with #BBF9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF9D5; }

 p { color: rgb(187,249,213); }

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

background-color css

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

 a { background-color: rgb(187,249,213); }

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

border-color css

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

 span { border-color: rgb(187,249,213); }

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