Html Css Color HEX #BBF2D5 Aero Blue

📋 copy color: '#BBF2D5'

red 187 ◦ green 242 ◦ blue 213

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

Shades of Aero Blue #BBF2D5

Tints of Aero Blue #BBF2D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.18%

R = 29.13%
G = 37.69%
B = 33.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#BBF2D5 (or 0xBBF2D5) is known color: Aero Blue. HEX triplet: BB, F2 and D5. RGB value is (187,242,213). Sum of RGB (Red+Green+Blue) = 187+242+213=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2D5 is #440D2A. Grayscale: #DEDEDE. Windows color (decimal): -4459819 or 14021307. OLE color: 14021307.

HSL color Cylindrical-coordinate representation of color #BBF2D5: hue angle of 148.36º 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 #BBF2D5 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 213 -
CMYK 0.23 0 0.12 0.05
HSL 148.36º 0.68% 0.84% -
HSV(B) 148.36º 0.23% 0.95% -
XYZ 64.26 78.87 74.79 -
YUV 222.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 187 242 213 0.23 0 0.12 0.05 148.36 0.68 0.84
Hex BB F2 D5 17 0 C 5 94 44 54
Octal 273 362 325 27 0 14 5 224 104 124
Binary 10111011 11110010 11010101 10111 0 1100 101 10010100 1000100 1010100

Color Harmonies of #BBF2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2D5

Black with #BBF2D5

Text Example


Text Example

White with #BBF2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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