Html Css Color HEX #BCEDD0 Aero Blue

📋 copy color: '#BCEDD0'

red 188 ◦ green 237 ◦ blue 208

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

Shades of Aero Blue #BCEDD0

Tints of Aero Blue #BCEDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.86%

R = 29.7%
G = 37.44%
B = 32.86%

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

#BCEDD0 (or 0xBCEDD0) is known color: Aero Blue. HEX triplet: BC, ED and D0. RGB value is (188,237,208). Sum of RGB (Red+Green+Blue) = 188+237+208=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDD0 is #43122F. Grayscale: #DBDBDB. Windows color (decimal): -4395568 or 13692348. OLE color: 13692348.

HSL color Cylindrical-coordinate representation of color #BCEDD0: hue angle of 144.49º 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 #BCEDD0 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 208 -
CMYK 0.21 0 0.12 0.07
HSL 144.49º 0.58% 0.83% -
HSV(B) 144.49º 0.21% 0.93% -
XYZ 62.41 75.81 71.02 -
YUV 219.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 188 237 208 0.21 0 0.12 0.07 144.49 0.58 0.83
Hex BC ED D0 15 0 C 7 90 3A 53
Octal 274 355 320 25 0 14 7 220 72 123
Binary 10111100 11101101 11010000 10101 0 1100 111 10010000 111010 1010011

Color Harmonies of #BCEDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDD0

Black with #BCEDD0

Text Example


Text Example

White with #BCEDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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