Html Css Color HEX #BCFFDB Aero Blue

📋 copy color: '#BCFFDB'

red 188 ◦ green 255 ◦ blue 219

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

Shades of Aero Blue #BCFFDB

Tints of Aero Blue #BCFFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 38.52%

 BLUE value IS 219 (85.94% from 255) = 33.08%

R = 28.4%
G = 38.52%
B = 33.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#BCFFDB (or 0xBCFFDB) is known color: Aero Blue. HEX triplet: BC, FF and DB. RGB value is (188,255,219). Sum of RGB (Red+Green+Blue) = 188+255+219=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFDB is #430024. Grayscale: #E6E6E6. Windows color (decimal): -4390949 or 14417852. OLE color: 14417852.

HSL color Cylindrical-coordinate representation of color #BCFFDB: hue angle of 147.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFDB is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 188 255 219 -
CMYK 0.26 0 0.14 0
HSL 147.76º 1% 0.87% -
HSV(B) 147.76º 0.26% 1% -
XYZ 69.29 87.33 80.22 -
YUV 230.86 121.3 97.43 -
System Red Green Blue C M Y K H S L
Decimal 188 255 219 0.26 0 0.14 0 147.76 1 0.87
Hex BC FF DB 1A 0 E 0 94 64 57
Octal 274 377 333 32 0 16 0 224 144 127
Binary 10111100 11111111 11011011 11010 0 1110 0 10010100 1100100 1010111

Color Harmonies of #BCFFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFDB

Black with #BCFFDB

Text Example


Text Example

White with #BCFFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFDB; }

 p { color: rgb(188,255,219); }

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

background-color css

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

 a { background-color: rgb(188,255,219); }

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

border-color css

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

 span { border-color: rgb(188,255,219); }

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