Html Css Color HEX #BCEBCF Aero Blue

📋 copy color: '#BCEBCF'

red 188 ◦ green 235 ◦ blue 207

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

Shades of Aero Blue #BCEBCF

Tints of Aero Blue #BCEBCF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.3%

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

R = 29.84%
G = 37.3%
B = 32.86%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#BCEBCF (or 0xBCEBCF) is known color: Aero Blue. HEX triplet: BC, EB and CF. RGB value is (188,235,207). Sum of RGB (Red+Green+Blue) = 188+235+207=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBCF is #431430. Grayscale: #D9D9D9. Windows color (decimal): -4396081 or 13626300. OLE color: 13626300.

HSL color Cylindrical-coordinate representation of color #BCEBCF: hue angle of 144.26º degrees, saturation: 0.54, 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 #BCEBCF is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 207 -
CMYK 0.2 0 0.12 0.08
HSL 144.26º 0.54% 0.83% -
HSV(B) 144.26º 0.2% 0.92% -
XYZ 61.71 74.61 70.18 -
YUV 217.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 188 235 207 0.2 0 0.12 0.08 144.26 0.54 0.83
Hex BC EB CF 14 0 C 8 90 36 53
Octal 274 353 317 24 0 14 10 220 66 123
Binary 10111100 11101011 11001111 10100 0 1100 1000 10010000 110110 1010011

Color Harmonies of #BCEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBCF

Black with #BCEBCF

Text Example


Text Example

White with #BCEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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