Html Css Color HEX #BCEDD1 Aero Blue

📋 copy color: '#BCEDD1'

red 188 ◦ green 237 ◦ blue 209

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

Shades of Aero Blue #BCEDD1

Tints of Aero Blue #BCEDD1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.38%

 BLUE value IS 209 (82.03% from 255) = 32.97%

R = 29.65%
G = 37.38%
B = 32.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#BCEDD1 (or 0xBCEDD1) is known color: Aero Blue. HEX triplet: BC, ED and D1. RGB value is (188,237,209). Sum of RGB (Red+Green+Blue) = 188+237+209=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDD1 is #43122E. Grayscale: #DBDBDB. Windows color (decimal): -4395567 or 13757884. OLE color: 13757884.

HSL color Cylindrical-coordinate representation of color #BCEDD1: hue angle of 145.71º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDD1 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 209 -
CMYK 0.21 0 0.12 0.07
HSL 145.71º 0.58% 0.83% -
HSV(B) 145.71º 0.21% 0.93% -
XYZ 62.53 75.86 71.67 -
YUV 219.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 188 237 209 0.21 0 0.12 0.07 145.71 0.58 0.83
Hex BC ED D1 15 0 C 7 92 3A 53
Octal 274 355 321 25 0 14 7 222 72 123
Binary 10111100 11101101 11010001 10101 0 1100 111 10010010 111010 1010011

Color Harmonies of #BCEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDD1

Black with #BCEDD1

Text Example


Text Example

White with #BCEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDD1; }

 p { color: rgb(188,237,209); }

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

background-color css

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

 a { background-color: rgb(188,237,209); }

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

border-color css

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

 span { border-color: rgb(188,237,209); }

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