Html Css Color HEX #BCECCE Aero Blue

📋 copy color: '#BCECCE'

red 188 ◦ green 236 ◦ blue 206

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

Shades of Aero Blue #BCECCE

Tints of Aero Blue #BCECCE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.46%

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

R = 29.84%
G = 37.46%
B = 32.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#BCECCE (or 0xBCECCE) is known color: Aero Blue. HEX triplet: BC, EC and CE. RGB value is (188,236,206). Sum of RGB (Red+Green+Blue) = 188+236+206=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECCE is #431331. Grayscale: #DADADA. Windows color (decimal): -4395826 or 13561020. OLE color: 13561020.

HSL color Cylindrical-coordinate representation of color #BCECCE: hue angle of 142.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCECCE is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 206 -
CMYK 0.20 0 0.13 0.07
HSL 142.5º 0.56% 0.83% -
HSV(B) 142.5º 0.2% 0.93% -
XYZ 61.88 75.14 69.63 -
YUV 218.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 188 236 206 0.20 0 0.13 0.07 142.5 0.56 0.83
Hex BC EC CE 14 0 D 7 8E 38 53
Octal 274 354 316 24 0 15 7 216 70 123
Binary 10111100 11101100 11001110 10100 0 1101 111 10001110 111000 1010011

Color Harmonies of #BCECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECCE

Black with #BCECCE

Text Example


Text Example

White with #BCECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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