Html Css Color HEX #BCFCDE Aero Blue

📋 copy color: '#BCFCDE'

red 188 ◦ green 252 ◦ blue 222

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

Shades of Aero Blue #BCFCDE

Tints of Aero Blue #BCFCDE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.07%

 BLUE value IS 222 (87.11% from 255) = 33.53%

R = 28.4%
G = 38.07%
B = 33.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#BCFCDE (or 0xBCFCDE) is known color: Aero Blue. HEX triplet: BC, FC and DE. RGB value is (188,252,222). Sum of RGB (Red+Green+Blue) = 188+252+222=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCDE is #430321. Grayscale: #E5E5E5. Windows color (decimal): -4391714 or 14613692. OLE color: 14613692.

HSL color Cylindrical-coordinate representation of color #BCFCDE: hue angle of 151.88º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCDE is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 222 -
CMYK 0.25 0 0.12 0.01
HSL 151.88º 0.91% 0.86% -
HSV(B) 151.88º 0.25% 0.99% -
XYZ 68.73 85.59 82 -
YUV 229.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 188 252 222 0.25 0 0.12 0.01 151.88 0.91 0.86
Hex BC FC DE 19 0 C 1 98 5B 56
Octal 274 374 336 31 0 14 1 230 133 126
Binary 10111100 11111100 11011110 11001 0 1100 1 10011000 1011011 1010110

Color Harmonies of #BCFCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCDE

Black with #BCFCDE

Text Example


Text Example

White with #BCFCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCDE; }

 p { color: rgb(188,252,222); }

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

background-color css

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

 a { background-color: rgb(188,252,222); }

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

border-color css

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

 span { border-color: rgb(188,252,222); }

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