Html Css Color HEX #BCECCF Aero Blue

📋 copy color: '#BCECCF'

red 188 ◦ green 236 ◦ blue 207

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

Shades of Aero Blue #BCECCF

Tints of Aero Blue #BCECCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.81%

R = 29.79%
G = 37.4%
B = 32.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#BCECCF (or 0xBCECCF) is known color: Aero Blue. HEX triplet: BC, EC and CF. RGB value is (188,236,207). Sum of RGB (Red+Green+Blue) = 188+236+207=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECCF is #431330. Grayscale: #DADADA. Windows color (decimal): -4395825 or 13626556. OLE color: 13626556.

HSL color Cylindrical-coordinate representation of color #BCECCF: hue angle of 143.75º 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 #BCECCF is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 207 -
CMYK 0.20 0 0.12 0.07
HSL 143.75º 0.56% 0.83% -
HSV(B) 143.75º 0.2% 0.93% -
XYZ 62 75.19 70.28 -
YUV 218.34 121.6 106.36 -
System Red Green Blue C M Y K H S L
Decimal 188 236 207 0.20 0 0.12 0.07 143.75 0.56 0.83
Hex BC EC CF 14 0 C 7 90 38 53
Octal 274 354 317 24 0 14 7 220 70 123
Binary 10111100 11101100 11001111 10100 0 1100 111 10010000 111000 1010011

Color Harmonies of #BCECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECCF

Black with #BCECCF

Text Example


Text Example

White with #BCECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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