Html Css Color HEX #BBF1D3 Aero Blue

📋 copy color: '#BBF1D3'

red 187 ◦ green 241 ◦ blue 211

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

Shades of Aero Blue #BBF1D3

Tints of Aero Blue #BBF1D3

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.72%

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

R = 29.26%
G = 37.72%
B = 33.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#BBF1D3 (or 0xBBF1D3) is known color: Aero Blue. HEX triplet: BB, F1 and D3. RGB value is (187,241,211). Sum of RGB (Red+Green+Blue) = 187+241+211=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1D3 is #440E2C. Grayscale: #DDDDDD. Windows color (decimal): -4460077 or 13889979. OLE color: 13889979.

HSL color Cylindrical-coordinate representation of color #BBF1D3: hue angle of 146.67º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1D3 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 241 211 -
CMYK 0.22 0 0.12 0.05
HSL 146.67º 0.66% 0.84% -
HSV(B) 146.67º 0.22% 0.95% -
XYZ 63.71 78.18 73.36 -
YUV 221.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 187 241 211 0.22 0 0.12 0.05 146.67 0.66 0.84
Hex BB F1 D3 16 0 C 5 93 42 54
Octal 273 361 323 26 0 14 5 223 102 124
Binary 10111011 11110001 11010011 10110 0 1100 101 10010011 1000010 1010100

Color Harmonies of #BBF1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1D3

Black with #BBF1D3

Text Example


Text Example

White with #BBF1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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