Html Css Color HEX #BBEFD3 Aero Blue

📋 copy color: '#BBEFD3'

red 187 ◦ green 239 ◦ blue 211

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

Shades of Aero Blue #BBEFD3

Tints of Aero Blue #BBEFD3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.52%

 BLUE value IS 211 (82.81% from 255) = 33.12%

R = 29.36%
G = 37.52%
B = 33.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#BBEFD3 (or 0xBBEFD3) is known color: Aero Blue. HEX triplet: BB, EF and D3. RGB value is (187,239,211). Sum of RGB (Red+Green+Blue) = 187+239+211=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFD3 is #44102C. Grayscale: #DCDCDC. Windows color (decimal): -4460589 or 13889467. OLE color: 13889467.

HSL color Cylindrical-coordinate representation of color #BBEFD3: hue angle of 147.69º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFD3 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 239 211 -
CMYK 0.22 0 0.12 0.06
HSL 147.69º 0.62% 0.84% -
HSV(B) 147.69º 0.22% 0.94% -
XYZ 63.12 77 73.16 -
YUV 220.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 187 239 211 0.22 0 0.12 0.06 147.69 0.62 0.84
Hex BB EF D3 16 0 C 6 94 3E 54
Octal 273 357 323 26 0 14 6 224 76 124
Binary 10111011 11101111 11010011 10110 0 1100 110 10010100 111110 1010100

Color Harmonies of #BBEFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFD3

Black with #BBEFD3

Text Example


Text Example

White with #BBEFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFD3; }

 p { color: rgb(187,239,211); }

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

background-color css

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

 a { background-color: rgb(187,239,211); }

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

border-color css

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

 span { border-color: rgb(187,239,211); }

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