Html Css Color HEX #BBFCDA Aero Blue

📋 copy color: '#BBFCDA'

red 187 ◦ green 252 ◦ blue 218

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

Shades of Aero Blue #BBFCDA

Tints of Aero Blue #BBFCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.36%

 BLUE value IS 218 (85.55% from 255) = 33.18%

R = 28.46%
G = 38.36%
B = 33.18%

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

#BBFCDA (or 0xBBFCDA) is known color: Aero Blue. HEX triplet: BB, FC and DA. RGB value is (187,252,218). Sum of RGB (Red+Green+Blue) = 187+252+218=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCDA is #440325. Grayscale: #E4E4E4. Windows color (decimal): -4457254 or 14351547. OLE color: 14351547.

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

Color convert

RGB 187 252 218 -
CMYK 0.26 0 0.13 0.01
HSL 148.62º 0.92% 0.86% -
HSV(B) 148.62º 0.26% 0.99% -
XYZ 67.96 85.25 79.2 -
YUV 228.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 187 252 218 0.26 0 0.13 0.01 148.62 0.92 0.86
Hex BB FC DA 1A 0 D 1 95 5C 56
Octal 273 374 332 32 0 15 1 225 134 126
Binary 10111011 11111100 11011010 11010 0 1101 1 10010101 1011100 1010110

Color Harmonies of #BBFCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCDA

Black with #BBFCDA

Text Example


Text Example

White with #BBFCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCDA; }

 p { color: rgb(187,252,218); }

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

background-color css

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

 a { background-color: rgb(187,252,218); }

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

border-color css

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

 span { border-color: rgb(187,252,218); }

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