Html Css Color HEX #BCE1CF Aero Blue

📋 copy color: '#BCE1CF'

red 188 ◦ green 225 ◦ blue 207

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

Shades of Aero Blue #BCE1CF

Tints of Aero Blue #BCE1CF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.29%

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

R = 30.32%
G = 36.29%
B = 33.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#BCE1CF (or 0xBCE1CF) is known color: Aero Blue. HEX triplet: BC, E1 and CF. RGB value is (188,225,207). Sum of RGB (Red+Green+Blue) = 188+225+207=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1CF is #431E30. Grayscale: #D3D3D3. Windows color (decimal): -4398641 or 13623740. OLE color: 13623740.

HSL color Cylindrical-coordinate representation of color #BCE1CF: hue angle of 150.81º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE1CF is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 207 -
CMYK 0.16 0 0.08 0.12
HSL 150.81º 0.38% 0.81% -
HSV(B) 150.81º 0.16% 0.88% -
XYZ 58.93 69.05 69.25 -
YUV 211.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 188 225 207 0.16 0 0.08 0.12 150.81 0.38 0.81
Hex BC E1 CF 10 0 8 C 97 26 51
Octal 274 341 317 20 0 10 14 227 46 121
Binary 10111100 11100001 11001111 10000 0 1000 1100 10010111 100110 1010001

Color Harmonies of #BCE1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE1CF

Black with #BCE1CF

Text Example


Text Example

White with #BCE1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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