Html Css Color HEX #BCEACE Aero Blue

📋 copy color: '#BCEACE'

red 188 ◦ green 234 ◦ blue 206

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

Shades of Aero Blue #BCEACE

Tints of Aero Blue #BCEACE

RGB

 RED value IS 188 (73.83% from 255) = 29.94%

 GREEN value IS 234 (91.8% from 255) = 37.26%

 BLUE value IS 206 (80.86% from 255) = 32.8%

R = 29.94%
G = 37.26%
B = 32.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#BCEACE (or 0xBCEACE) is known color: Aero Blue. HEX triplet: BC, EA and CE. RGB value is (188,234,206). Sum of RGB (Red+Green+Blue) = 188+234+206=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEACE is #431531. Grayscale: #D9D9D9. Windows color (decimal): -4396338 or 13560508. OLE color: 13560508.

HSL color Cylindrical-coordinate representation of color #BCEACE: hue angle of 143.48º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEACE is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 206 -
CMYK 0.20 0 0.12 0.08
HSL 143.48º 0.52% 0.83% -
HSV(B) 143.48º 0.2% 0.92% -
XYZ 61.3 73.99 69.44 -
YUV 217.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 188 234 206 0.20 0 0.12 0.08 143.48 0.52 0.83
Hex BC EA CE 14 0 C 8 8F 34 53
Octal 274 352 316 24 0 14 10 217 64 123
Binary 10111100 11101010 11001110 10100 0 1100 1000 10001111 110100 1010011

Color Harmonies of #BCEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEACE

Black with #BCEACE

Text Example


Text Example

White with #BCEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEACE; }

 p { color: rgb(188,234,206); }

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

background-color css

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

 a { background-color: rgb(188,234,206); }

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

border-color css

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

 span { border-color: rgb(188,234,206); }

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