Html Css Color HEX #BCEFD2 Aero Blue

📋 copy color: '#BCEFD2'

red 188 ◦ green 239 ◦ blue 210

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

Shades of Aero Blue #BCEFD2

Tints of Aero Blue #BCEFD2

RGB

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

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

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

R = 29.51%
G = 37.52%
B = 32.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#BCEFD2 (or 0xBCEFD2) is known color: Aero Blue. HEX triplet: BC, EF and D2. RGB value is (188,239,210). Sum of RGB (Red+Green+Blue) = 188+239+210=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFD2 is #43102D. Grayscale: #DCDCDC. Windows color (decimal): -4395054 or 13823932. OLE color: 13823932.

HSL color Cylindrical-coordinate representation of color #BCEFD2: hue angle of 145.88º 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 #BCEFD2 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 239 210 -
CMYK 0.21 0 0.12 0.06
HSL 145.88º 0.61% 0.84% -
HSV(B) 145.88º 0.21% 0.94% -
XYZ 63.24 77.08 72.52 -
YUV 220.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 188 239 210 0.21 0 0.12 0.06 145.88 0.61 0.84
Hex BC EF D2 15 0 C 6 92 3D 54
Octal 274 357 322 25 0 14 6 222 75 124
Binary 10111100 11101111 11010010 10101 0 1100 110 10010010 111101 1010100

Color Harmonies of #BCEFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFD2

Black with #BCEFD2

Text Example


Text Example

White with #BCEFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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