Html Css Color HEX #BBFDD7 Aero Blue

📋 copy color: '#BBFDD7'

red 187 ◦ green 253 ◦ blue 215

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

Shades of Aero Blue #BBFDD7

Tints of Aero Blue #BBFDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.82%

R = 28.55%
G = 38.63%
B = 32.82%

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

#BBFDD7 (or 0xBBFDD7) is known color: Aero Blue. HEX triplet: BB, FD and D7. RGB value is (187,253,215). Sum of RGB (Red+Green+Blue) = 187+253+215=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDD7 is #440228. Grayscale: #E5E5E5. Windows color (decimal): -4457001 or 14155195. OLE color: 14155195.

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

Color convert

RGB 187 253 215 -
CMYK 0.26 0 0.15 0.01
HSL 145.45º 0.94% 0.86% -
HSV(B) 145.45º 0.26% 0.99% -
XYZ 67.88 85.72 77.26 -
YUV 228.93 120.13 98.09 -
System Red Green Blue C M Y K H S L
Decimal 187 253 215 0.26 0 0.15 0.01 145.45 0.94 0.86
Hex BB FD D7 1A 0 F 1 91 5E 56
Octal 273 375 327 32 0 17 1 221 136 126
Binary 10111011 11111101 11010111 11010 0 1111 1 10010001 1011110 1010110

Color Harmonies of #BBFDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDD7

Black with #BBFDD7

Text Example


Text Example

White with #BBFDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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