Html Css Color HEX #BCFDDB Aero Blue

📋 copy color: '#BCFDDB'

red 188 ◦ green 253 ◦ blue 219

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

Shades of Aero Blue #BCFDDB

Tints of Aero Blue #BCFDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.33%

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

R = 28.48%
G = 38.33%
B = 33.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#BCFDDB (or 0xBCFDDB) is known color: Aero Blue. HEX triplet: BC, FD and DB. RGB value is (188,253,219). Sum of RGB (Red+Green+Blue) = 188+253+219=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDDB is #430224. Grayscale: #E5E5E5. Windows color (decimal): -4391461 or 14417340. OLE color: 14417340.

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

Color convert

RGB 188 253 219 -
CMYK 0.26 0 0.13 0.01
HSL 148.62º 0.94% 0.86% -
HSV(B) 148.62º 0.26% 0.99% -
XYZ 68.65 86.06 80.01 -
YUV 229.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 188 253 219 0.26 0 0.13 0.01 148.62 0.94 0.86
Hex BC FD DB 1A 0 D 1 95 5E 56
Octal 274 375 333 32 0 15 1 225 136 126
Binary 10111100 11111101 11011011 11010 0 1101 1 10010101 1011110 1010110

Color Harmonies of #BCFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDDB

Black with #BCFDDB

Text Example


Text Example

White with #BCFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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