Html Css Color HEX #BBF1CF Aero Blue

📋 copy color: '#BBF1CF'

red 187 ◦ green 241 ◦ blue 207

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

Shades of Aero Blue #BBF1CF

Tints of Aero Blue #BBF1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.6%

R = 29.45%
G = 37.95%
B = 32.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#BBF1CF (or 0xBBF1CF) is known color: Aero Blue. HEX triplet: BB, F1 and CF. RGB value is (187,241,207). Sum of RGB (Red+Green+Blue) = 187+241+207=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1CF is #440E30. Grayscale: #DDDDDD. Windows color (decimal): -4460081 or 13627835. OLE color: 13627835.

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

Color convert

RGB 187 241 207 -
CMYK 0.22 0 0.14 0.05
HSL 142.22º 0.66% 0.84% -
HSV(B) 142.22º 0.22% 0.95% -
XYZ 63.21 77.98 70.75 -
YUV 220.98 120.11 103.76 -
System Red Green Blue C M Y K H S L
Decimal 187 241 207 0.22 0 0.14 0.05 142.22 0.66 0.84
Hex BB F1 CF 16 0 E 5 8E 42 54
Octal 273 361 317 26 0 16 5 216 102 124
Binary 10111011 11110001 11001111 10110 0 1110 101 10001110 1000010 1010100

Color Harmonies of #BBF1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1CF

Black with #BBF1CF

Text Example


Text Example

White with #BBF1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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