Html Css Color HEX #BCE3CF Aero Blue

📋 copy color: '#BCE3CF'

red 188 ◦ green 227 ◦ blue 207

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

Shades of Aero Blue #BCE3CF

Tints of Aero Blue #BCE3CF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.5%

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

R = 30.23%
G = 36.5%
B = 33.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#BCE3CF (or 0xBCE3CF) is known color: Aero Blue. HEX triplet: BC, E3 and CF. RGB value is (188,227,207). Sum of RGB (Red+Green+Blue) = 188+227+207=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3CF is #431C30. Grayscale: #D5D5D5. Windows color (decimal): -4398129 or 13624252. OLE color: 13624252.

HSL color Cylindrical-coordinate representation of color #BCE3CF: hue angle of 149.23º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE3CF is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 207 -
CMYK 0.17 0 0.09 0.11
HSL 149.23º 0.41% 0.81% -
HSV(B) 149.23º 0.17% 0.89% -
XYZ 59.47 70.13 69.43 -
YUV 213.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 188 227 207 0.17 0 0.09 0.11 149.23 0.41 0.81
Hex BC E3 CF 11 0 9 B 95 29 51
Octal 274 343 317 21 0 11 13 225 51 121
Binary 10111100 11100011 11001111 10001 0 1001 1011 10010101 101001 1010001

Color Harmonies of #BCE3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE3CF

Black with #BCE3CF

Text Example


Text Example

White with #BCE3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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