Html Css Color HEX #BBE1CA Aero Blue

📋 copy color: '#BBE1CA'

red 187 ◦ green 225 ◦ blue 202

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

Shades of Aero Blue #BBE1CA

Tints of Aero Blue #BBE1CA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.64%

 BLUE value IS 202 (79.3% from 255) = 32.9%

R = 30.46%
G = 36.64%
B = 32.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#BBE1CA (or 0xBBE1CA) is known color: Aero Blue. HEX triplet: BB, E1 and CA. RGB value is (187,225,202). Sum of RGB (Red+Green+Blue) = 187+225+202=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1CA is #441E35. Grayscale: #D3D3D3. Windows color (decimal): -4464182 or 13296059. OLE color: 13296059.

HSL color Cylindrical-coordinate representation of color #BBE1CA: hue angle of 143.68º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE1CA is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 225 202 -
CMYK 0.17 0 0.10 0.12
HSL 143.68º 0.39% 0.81% -
HSV(B) 143.68º 0.17% 0.88% -
XYZ 58.08 68.68 66.07 -
YUV 211.02 122.91 110.87 -
System Red Green Blue C M Y K H S L
Decimal 187 225 202 0.17 0 0.10 0.12 143.68 0.39 0.81
Hex BB E1 CA 11 0 A C 90 27 51
Octal 273 341 312 21 0 12 14 220 47 121
Binary 10111011 11100001 11001010 10001 0 1010 1100 10010000 100111 1010001

Color Harmonies of #BBE1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE1CA

Black with #BBE1CA

Text Example


Text Example

White with #BBE1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE1CA; }

 p { color: rgb(187,225,202); }

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

background-color css

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

 a { background-color: rgb(187,225,202); }

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

border-color css

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

 span { border-color: rgb(187,225,202); }

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