Html Css Color HEX #BCEFD8 Aero Blue

📋 copy color: '#BCEFD8'

red 188 ◦ green 239 ◦ blue 216

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

Shades of Aero Blue #BCEFD8

Tints of Aero Blue #BCEFD8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.17%

 BLUE value IS 216 (84.77% from 255) = 33.59%

R = 29.24%
G = 37.17%
B = 33.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#BCEFD8 (or 0xBCEFD8) is known color: Aero Blue. HEX triplet: BC, EF and D8. RGB value is (188,239,216). Sum of RGB (Red+Green+Blue) = 188+239+216=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFD8 is #431027. Grayscale: #DDDDDD. Windows color (decimal): -4395048 or 14217148. OLE color: 14217148.

HSL color Cylindrical-coordinate representation of color #BCEFD8: hue angle of 152.94º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEFD8 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 239 216 -
CMYK 0.21 0 0.10 0.06
HSL 152.94º 0.61% 0.84% -
HSV(B) 152.94º 0.21% 0.94% -
XYZ 64 77.38 76.53 -
YUV 221.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 188 239 216 0.21 0 0.10 0.06 152.94 0.61 0.84
Hex BC EF D8 15 0 A 6 99 3D 54
Octal 274 357 330 25 0 12 6 231 75 124
Binary 10111100 11101111 11011000 10101 0 1010 110 10011001 111101 1010100

Color Harmonies of #BCEFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFD8

Black with #BCEFD8

Text Example


Text Example

White with #BCEFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFD8; }

 p { color: rgb(188,239,216); }

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

background-color css

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

 a { background-color: rgb(188,239,216); }

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

border-color css

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

 span { border-color: rgb(188,239,216); }

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