Html Css Color HEX #BBF3D4 Aero Blue

📋 copy color: '#BBF3D4'

red 187 ◦ green 243 ◦ blue 212

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

Shades of Aero Blue #BBF3D4

Tints of Aero Blue #BBF3D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.02%

R = 29.13%
G = 37.85%
B = 33.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#BBF3D4 (or 0xBBF3D4) is known color: Aero Blue. HEX triplet: BB, F3 and D4. RGB value is (187,243,212). Sum of RGB (Red+Green+Blue) = 187+243+212=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3D4 is #440C2B. Grayscale: #DEDEDE. Windows color (decimal): -4459564 or 13956027. OLE color: 13956027.

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

Color convert

RGB 187 243 212 -
CMYK 0.23 0 0.13 0.05
HSL 146.79º 0.7% 0.84% -
HSV(B) 146.79º 0.23% 0.95% -
XYZ 64.43 79.42 74.22 -
YUV 222.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 187 243 212 0.23 0 0.13 0.05 146.79 0.7 0.84
Hex BB F3 D4 17 0 D 5 93 46 54
Octal 273 363 324 27 0 15 5 223 106 124
Binary 10111011 11110011 11010100 10111 0 1101 101 10010011 1000110 1010100

Color Harmonies of #BBF3D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF3D4

Black with #BBF3D4

Text Example


Text Example

White with #BBF3D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF3D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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