Html Css Color HEX #BCF9D2 Aero Blue

📋 copy color: '#BCF9D2'

red 188 ◦ green 249 ◦ blue 210

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

Shades of Aero Blue #BCF9D2

Tints of Aero Blue #BCF9D2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.49%

 BLUE value IS 210 (82.42% from 255) = 32.46%

R = 29.06%
G = 38.49%
B = 32.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#BCF9D2 (or 0xBCF9D2) is known color: Aero Blue. HEX triplet: BC, F9 and D2. RGB value is (188,249,210). Sum of RGB (Red+Green+Blue) = 188+249+210=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 249 (97.66% from 255 or 38.49% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9D2 is #43062D. Grayscale: #E2E2E2. Windows color (decimal): -4392494 or 13826492. OLE color: 13826492.

HSL color Cylindrical-coordinate representation of color #BCF9D2: hue angle of 141.64º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF9D2 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 210 -
CMYK 0.24 0 0.16 0.02
HSL 141.64º 0.84% 0.86% -
HSV(B) 141.64º 0.24% 0.98% -
XYZ 66.25 83.1 73.52 -
YUV 226.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 188 249 210 0.24 0 0.16 0.02 141.64 0.84 0.86
Hex BC F9 D2 18 0 10 2 8E 54 56
Octal 274 371 322 30 0 20 2 216 124 126
Binary 10111100 11111001 11010010 11000 0 10000 10 10001110 1010100 1010110

Color Harmonies of #BCF9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF9D2

Black with #BCF9D2

Text Example


Text Example

White with #BCF9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF9D2; }

 p { color: rgb(188,249,210); }

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

background-color css

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

 a { background-color: rgb(188,249,210); }

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

border-color css

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

 span { border-color: rgb(188,249,210); }

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