Html Css Color HEX #BBFDDB Aero Blue

📋 copy color: '#BBFDDB'

red 187 ◦ green 253 ◦ blue 219

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

Shades of Aero Blue #BBFDDB

Tints of Aero Blue #BBFDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.39%

 BLUE value IS 219 (85.94% from 255) = 33.23%

R = 28.38%
G = 38.39%
B = 33.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#BBFDDB (or 0xBBFDDB) is known color: Aero Blue. HEX triplet: BB, FD and DB. RGB value is (187,253,219). Sum of RGB (Red+Green+Blue) = 187+253+219=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDDB is #440224. Grayscale: #E5E5E5. Windows color (decimal): -4456997 or 14417339. OLE color: 14417339.

HSL color Cylindrical-coordinate representation of color #BBFDDB: hue angle of 149.09º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDDB is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 253 219 -
CMYK 0.26 0 0.13 0.01
HSL 149.09º 0.94% 0.86% -
HSV(B) 149.09º 0.26% 0.99% -
XYZ 68.4 85.93 80 -
YUV 229.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 187 253 219 0.26 0 0.13 0.01 149.09 0.94 0.86
Hex BB FD DB 1A 0 D 1 95 5E 56
Octal 273 375 333 32 0 15 1 225 136 126
Binary 10111011 11111101 11011011 11010 0 1101 1 10010101 1011110 1010110

Color Harmonies of #BBFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDDB

Black with #BBFDDB

Text Example


Text Example

White with #BBFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDDB; }

 p { color: rgb(187,253,219); }

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

background-color css

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

 a { background-color: rgb(187,253,219); }

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

border-color css

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

 span { border-color: rgb(187,253,219); }

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