Html Css Color HEX #BBFDD3 Aero Blue

📋 copy color: '#BBFDD3'

red 187 ◦ green 253 ◦ blue 211

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

Shades of Aero Blue #BBFDD3

Tints of Aero Blue #BBFDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.41%

R = 28.73%
G = 38.86%
B = 32.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#BBFDD3 (or 0xBBFDD3) is known color: Aero Blue. HEX triplet: BB, FD and D3. RGB value is (187,253,211). Sum of RGB (Red+Green+Blue) = 187+253+211=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDD3 is #44022C. Grayscale: #E4E4E4. Windows color (decimal): -4457005 or 13893051. OLE color: 13893051.

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

Color convert

RGB 187 253 211 -
CMYK 0.26 0 0.17 0.01
HSL 141.82º 0.94% 0.86% -
HSV(B) 141.82º 0.26% 0.99% -
XYZ 67.38 85.52 74.58 -
YUV 228.48 118.13 98.42 -
System Red Green Blue C M Y K H S L
Decimal 187 253 211 0.26 0 0.17 0.01 141.82 0.94 0.86
Hex BB FD D3 1A 0 11 1 8E 5E 56
Octal 273 375 323 32 0 21 1 216 136 126
Binary 10111011 11111101 11010011 11010 0 10001 1 10001110 1011110 1010110

Color Harmonies of #BBFDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDD3

Black with #BBFDD3

Text Example


Text Example

White with #BBFDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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