Html Css Color HEX #BBFDD8 Aero Blue

📋 copy color: '#BBFDD8'

red 187 ◦ green 253 ◦ blue 216

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

Shades of Aero Blue #BBFDD8

Tints of Aero Blue #BBFDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.93%

R = 28.51%
G = 38.57%
B = 32.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#BBFDD8 (or 0xBBFDD8) is known color: Aero Blue. HEX triplet: BB, FD and D8. RGB value is (187,253,216). Sum of RGB (Red+Green+Blue) = 187+253+216=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDD8 is #440227. Grayscale: #E5E5E5. Windows color (decimal): -4457000 or 14220731. OLE color: 14220731.

HSL color Cylindrical-coordinate representation of color #BBFDD8: hue angle of 146.36º 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 #BBFDD8 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 253 216 -
CMYK 0.26 0 0.15 0.01
HSL 146.36º 0.94% 0.86% -
HSV(B) 146.36º 0.26% 0.99% -
XYZ 68.01 85.77 77.94 -
YUV 229.05 120.63 98.01 -
System Red Green Blue C M Y K H S L
Decimal 187 253 216 0.26 0 0.15 0.01 146.36 0.94 0.86
Hex BB FD D8 1A 0 F 1 92 5E 56
Octal 273 375 330 32 0 17 1 222 136 126
Binary 10111011 11111101 11011000 11010 0 1111 1 10010010 1011110 1010110

Color Harmonies of #BBFDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDD8

Black with #BBFDD8

Text Example


Text Example

White with #BBFDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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