Html Css Color HEX #BCE4CD Aero Blue

📋 copy color: '#BCE4CD'

red 188 ◦ green 228 ◦ blue 205

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

Shades of Aero Blue #BCE4CD

Tints of Aero Blue #BCE4CD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.71%

 BLUE value IS 205 (80.47% from 255) = 33.01%

R = 30.27%
G = 36.71%
B = 33.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#BCE4CD (or 0xBCE4CD) is known color: Aero Blue. HEX triplet: BC, E4 and CD. RGB value is (188,228,205). Sum of RGB (Red+Green+Blue) = 188+228+205=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4CD is #431B32. Grayscale: #D5D5D5. Windows color (decimal): -4397875 or 13493436. OLE color: 13493436.

HSL color Cylindrical-coordinate representation of color #BCE4CD: hue angle of 145.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE4CD is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 205 -
CMYK 0.18 0 0.10 0.11
HSL 145.5º 0.43% 0.82% -
HSV(B) 145.5º 0.18% 0.89% -
XYZ 59.5 70.59 68.25 -
YUV 213.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 188 228 205 0.18 0 0.10 0.11 145.5 0.43 0.82
Hex BC E4 CD 12 0 A B 92 2B 52
Octal 274 344 315 22 0 12 13 222 53 122
Binary 10111100 11100100 11001101 10010 0 1010 1011 10010010 101011 1010010

Color Harmonies of #BCE4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE4CD

Black with #BCE4CD

Text Example


Text Example

White with #BCE4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE4CD; }

 p { color: rgb(188,228,205); }

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

background-color css

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

 a { background-color: rgb(188,228,205); }

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

border-color css

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

 span { border-color: rgb(188,228,205); }

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