Html Css Color HEX #BCE4D3 Aero Blue

📋 copy color: '#BCE4D3'

red 188 ◦ green 228 ◦ blue 211

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

Shades of Aero Blue #BCE4D3

Tints of Aero Blue #BCE4D3

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.36%

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

R = 29.98%
G = 36.36%
B = 33.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#BCE4D3 (or 0xBCE4D3) is known color: Aero Blue. HEX triplet: BC, E4 and D3. RGB value is (188,228,211). Sum of RGB (Red+Green+Blue) = 188+228+211=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4D3 is #431B2C. Grayscale: #D6D6D6. Windows color (decimal): -4397869 or 13886652. OLE color: 13886652.

HSL color Cylindrical-coordinate representation of color #BCE4D3: hue angle of 154.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE4D3 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 211 -
CMYK 0.18 0 0.07 0.11
HSL 154.5º 0.43% 0.82% -
HSV(B) 154.5º 0.18% 0.89% -
XYZ 60.24 70.88 72.13 -
YUV 214.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 188 228 211 0.18 0 0.07 0.11 154.5 0.43 0.82
Hex BC E4 D3 12 0 7 B 9A 2B 52
Octal 274 344 323 22 0 7 13 232 53 122
Binary 10111100 11100100 11010011 10010 0 111 1011 10011010 101011 1010010

Color Harmonies of #BCE4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE4D3

Black with #BCE4D3

Text Example


Text Example

White with #BCE4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE4D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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