Html Css Color HEX #BBFFDA Aero Blue

📋 copy color: '#BBFFDA'

red 187 ◦ green 255 ◦ blue 218

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

Shades of Aero Blue #BBFFDA

Tints of Aero Blue #BBFFDA

RGB

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

 GREEN value IS 255 (100% from 255) = 38.64%

 BLUE value IS 218 (85.55% from 255) = 33.03%

R = 28.33%
G = 38.64%
B = 33.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#BBFFDA (or 0xBBFFDA) is known color: Aero Blue. HEX triplet: BB, FF and DA. RGB value is (187,255,218). Sum of RGB (Red+Green+Blue) = 187+255+218=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFDA is #440025. Grayscale: #E6E6E6. Windows color (decimal): -4456486 or 14352315. OLE color: 14352315.

HSL color Cylindrical-coordinate representation of color #BBFFDA: hue angle of 147.35º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFDA is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 187 255 218 -
CMYK 0.27 0 0.15 0
HSL 147.35º 1% 0.87% -
HSV(B) 147.35º 0.27% 1% -
XYZ 68.91 87.15 79.52 -
YUV 230.45 120.97 97.01 -
System Red Green Blue C M Y K H S L
Decimal 187 255 218 0.27 0 0.15 0 147.35 1 0.87
Hex BB FF DA 1B 0 F 0 93 64 57
Octal 273 377 332 33 0 17 0 223 144 127
Binary 10111011 11111111 11011010 11011 0 1111 0 10010011 1100100 1010111

Color Harmonies of #BBFFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFDA

Black with #BBFFDA

Text Example


Text Example

White with #BBFFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFDA; }

 p { color: rgb(187,255,218); }

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

background-color css

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

 a { background-color: rgb(187,255,218); }

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

border-color css

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

 span { border-color: rgb(187,255,218); }

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