Html Css Color HEX #BBF2D0 Aero Blue

📋 copy color: '#BBF2D0'

red 187 ◦ green 242 ◦ blue 208

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

Shades of Aero Blue #BBF2D0

Tints of Aero Blue #BBF2D0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.99%

 BLUE value IS 208 (81.64% from 255) = 32.65%

R = 29.36%
G = 37.99%
B = 32.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#BBF2D0 (or 0xBBF2D0) is known color: Aero Blue. HEX triplet: BB, F2 and D0. RGB value is (187,242,208). Sum of RGB (Red+Green+Blue) = 187+242+208=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2D0 is #440D2F. Grayscale: #DDDDDD. Windows color (decimal): -4459824 or 13693627. OLE color: 13693627.

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

Color convert

RGB 187 242 208 -
CMYK 0.23 0 0.14 0.05
HSL 142.91º 0.68% 0.84% -
HSV(B) 142.91º 0.23% 0.95% -
XYZ 63.63 78.62 71.5 -
YUV 221.68 120.28 103.26 -
System Red Green Blue C M Y K H S L
Decimal 187 242 208 0.23 0 0.14 0.05 142.91 0.68 0.84
Hex BB F2 D0 17 0 E 5 8F 44 54
Octal 273 362 320 27 0 16 5 217 104 124
Binary 10111011 11110010 11010000 10111 0 1110 101 10001111 1000100 1010100

Color Harmonies of #BBF2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2D0

Black with #BBF2D0

Text Example


Text Example

White with #BBF2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2D0; }

 p { color: rgb(187,242,208); }

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

background-color css

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

 a { background-color: rgb(187,242,208); }

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

border-color css

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

 span { border-color: rgb(187,242,208); }

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