Html Css Color HEX #BCE6D2 Aero Blue

📋 copy color: '#BCE6D2'

red 188 ◦ green 230 ◦ blue 210

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

Shades of Aero Blue #BCE6D2

Tints of Aero Blue #BCE6D2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.62%

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

R = 29.94%
G = 36.62%
B = 33.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#BCE6D2 (or 0xBCE6D2) is known color: Aero Blue. HEX triplet: BC, E6 and D2. RGB value is (188,230,210). Sum of RGB (Red+Green+Blue) = 188+230+210=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6D2 is #43192D. Grayscale: #D7D7D7. Windows color (decimal): -4397358 or 13821628. OLE color: 13821628.

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

Color convert

RGB 188 230 210 -
CMYK 0.18 0 0.09 0.10
HSL 151.43º 0.46% 0.82% -
HSV(B) 151.43º 0.18% 0.9% -
XYZ 60.67 71.94 71.66 -
YUV 215.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 188 230 210 0.18 0 0.09 0.10 151.43 0.46 0.82
Hex BC E6 D2 12 0 9 A 97 2E 52
Octal 274 346 322 22 0 11 12 227 56 122
Binary 10111100 11100110 11010010 10010 0 1001 1010 10010111 101110 1010010

Color Harmonies of #BCE6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE6D2

Black with #BCE6D2

Text Example


Text Example

White with #BCE6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE6D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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