Html Css Color HEX #BBFCDC Aero Blue

📋 copy color: '#BBFCDC'

red 187 ◦ green 252 ◦ blue 220

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

Shades of Aero Blue #BBFCDC

Tints of Aero Blue #BBFCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.38%

R = 28.38%
G = 38.24%
B = 33.38%

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

#BBFCDC (or 0xBBFCDC) is known color: Aero Blue. HEX triplet: BB, FC and DC. RGB value is (187,252,220). Sum of RGB (Red+Green+Blue) = 187+252+220=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCDC is #440323. Grayscale: #E4E4E4. Windows color (decimal): -4457252 or 14482619. OLE color: 14482619.

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

Color convert

RGB 187 252 220 -
CMYK 0.26 0 0.13 0.01
HSL 150.46º 0.92% 0.86% -
HSV(B) 150.46º 0.26% 0.99% -
XYZ 68.22 85.35 80.59 -
YUV 228.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 187 252 220 0.26 0 0.13 0.01 150.46 0.92 0.86
Hex BB FC DC 1A 0 D 1 96 5C 56
Octal 273 374 334 32 0 15 1 226 134 126
Binary 10111011 11111100 11011100 11010 0 1101 1 10010110 1011100 1010110

Color Harmonies of #BBFCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCDC

Black with #BBFCDC

Text Example


Text Example

White with #BBFCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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