Html Css Color HEX #BCE7D3 Aero Blue

📋 copy color: '#BCE7D3'

red 188 ◦ green 231 ◦ blue 211

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

Shades of Aero Blue #BCE7D3

Tints of Aero Blue #BCE7D3

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.67%

 BLUE value IS 211 (82.81% from 255) = 33.49%

R = 29.84%
G = 36.67%
B = 33.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#BCE7D3 (or 0xBCE7D3) is known color: Aero Blue. HEX triplet: BC, E7 and D3. RGB value is (188,231,211). Sum of RGB (Red+Green+Blue) = 188+231+211=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 231 (90.62% from 255 or 36.67% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7D3 is #43182C. Grayscale: #D7D7D7. Windows color (decimal): -4397101 or 13887420. OLE color: 13887420.

HSL color Cylindrical-coordinate representation of color #BCE7D3: hue angle of 152.09º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE7D3 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 211 -
CMYK 0.19 0 0.09 0.09
HSL 152.09º 0.47% 0.82% -
HSV(B) 152.09º 0.19% 0.91% -
XYZ 61.07 72.55 72.41 -
YUV 215.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 188 231 211 0.19 0 0.09 0.09 152.09 0.47 0.82
Hex BC E7 D3 13 0 9 9 98 2F 52
Octal 274 347 323 23 0 11 11 230 57 122
Binary 10111100 11100111 11010011 10011 0 1001 1001 10011000 101111 1010010

Color Harmonies of #BCE7D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE7D3

Black with #BCE7D3

Text Example


Text Example

White with #BCE7D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE7D3; }

 p { color: rgb(188,231,211); }

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

background-color css

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

 a { background-color: rgb(188,231,211); }

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

border-color css

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

 span { border-color: rgb(188,231,211); }

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