Html Css Color HEX #BBFBDC Aero Blue

📋 copy color: '#BBFBDC'

red 187 ◦ green 251 ◦ blue 220

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

Shades of Aero Blue #BBFBDC

Tints of Aero Blue #BBFBDC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.15%

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

R = 28.42%
G = 38.15%
B = 33.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#BBFBDC (or 0xBBFBDC) is known color: Aero Blue. HEX triplet: BB, FB and DC. RGB value is (187,251,220). Sum of RGB (Red+Green+Blue) = 187+251+220=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBDC is #440423. Grayscale: #E4E4E4. Windows color (decimal): -4457508 or 14482363. OLE color: 14482363.

HSL color Cylindrical-coordinate representation of color #BBFBDC: hue angle of 150.94º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFBDC is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 251 220 -
CMYK 0.25 0 0.12 0.02
HSL 150.94º 0.89% 0.86% -
HSV(B) 150.94º 0.25% 0.98% -
XYZ 67.91 84.73 80.48 -
YUV 228.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 187 251 220 0.25 0 0.12 0.02 150.94 0.89 0.86
Hex BB FB DC 19 0 C 2 97 59 56
Octal 273 373 334 31 0 14 2 227 131 126
Binary 10111011 11111011 11011100 11001 0 1100 10 10010111 1011001 1010110

Color Harmonies of #BBFBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFBDC

Black with #BBFBDC

Text Example


Text Example

White with #BBFBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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