Html Css Color HEX #BBFDD6 Aero Blue

📋 copy color: '#BBFDD6'

red 187 ◦ green 253 ◦ blue 214

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

Shades of Aero Blue #BBFDD6

Tints of Aero Blue #BBFDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.72%

R = 28.59%
G = 38.69%
B = 32.72%

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

#BBFDD6 (or 0xBBFDD6) is known color: Aero Blue. HEX triplet: BB, FD and D6. RGB value is (187,253,214). Sum of RGB (Red+Green+Blue) = 187+253+214=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDD6 is #440229. Grayscale: #E4E4E4. Windows color (decimal): -4457002 or 14089659. OLE color: 14089659.

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

Color convert

RGB 187 253 214 -
CMYK 0.26 0 0.15 0.01
HSL 144.55º 0.94% 0.86% -
HSV(B) 144.55º 0.26% 0.99% -
XYZ 67.76 85.67 76.58 -
YUV 228.82 119.63 98.17 -
System Red Green Blue C M Y K H S L
Decimal 187 253 214 0.26 0 0.15 0.01 144.55 0.94 0.86
Hex BB FD D6 1A 0 F 1 91 5E 56
Octal 273 375 326 32 0 17 1 221 136 126
Binary 10111011 11111101 11010110 11010 0 1111 1 10010001 1011110 1010110

Color Harmonies of #BBFDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDD6

Black with #BBFDD6

Text Example


Text Example

White with #BBFDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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