Html Css Color HEX #BBF3D0 Aero Blue

📋 copy color: '#BBF3D0'

red 187 ◦ green 243 ◦ blue 208

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

Shades of Aero Blue #BBF3D0

Tints of Aero Blue #BBF3D0

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.09%

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

R = 29.31%
G = 38.09%
B = 32.6%

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

#BBF3D0 (or 0xBBF3D0) is known color: Aero Blue. HEX triplet: BB, F3 and D0. RGB value is (187,243,208). Sum of RGB (Red+Green+Blue) = 187+243+208=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3D0 is #440C2F. Grayscale: #DEDEDE. Windows color (decimal): -4459568 or 13693883. OLE color: 13693883.

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

Color convert

RGB 187 243 208 -
CMYK 0.23 0 0.14 0.05
HSL 142.5º 0.7% 0.84% -
HSV(B) 142.5º 0.23% 0.95% -
XYZ 63.93 79.22 71.6 -
YUV 222.27 119.95 102.85 -
System Red Green Blue C M Y K H S L
Decimal 187 243 208 0.23 0 0.14 0.05 142.5 0.7 0.84
Hex BB F3 D0 17 0 E 5 8E 46 54
Octal 273 363 320 27 0 16 5 216 106 124
Binary 10111011 11110011 11010000 10111 0 1110 101 10001110 1000110 1010100

Color Harmonies of #BBF3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF3D0

Black with #BBF3D0

Text Example


Text Example

White with #BBF3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF3D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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