Html Css Color HEX #BCFDDD Aero Blue

📋 copy color: '#BCFDDD'

red 188 ◦ green 253 ◦ blue 221

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

Shades of Aero Blue #BCFDDD

Tints of Aero Blue #BCFDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.38%

R = 28.4%
G = 38.22%
B = 33.38%

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

#BCFDDD (or 0xBCFDDD) is known color: Aero Blue. HEX triplet: BC, FD and DD. RGB value is (188,253,221). Sum of RGB (Red+Green+Blue) = 188+253+221=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDDD is #430222. Grayscale: #E5E5E5. Windows color (decimal): -4391459 or 14548412. OLE color: 14548412.

HSL color Cylindrical-coordinate representation of color #BCFDDD: hue angle of 150.46º 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 #BCFDDD is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 221 -
CMYK 0.26 0 0.13 0.01
HSL 150.46º 0.94% 0.86% -
HSV(B) 150.46º 0.26% 0.99% -
XYZ 68.92 86.16 81.41 -
YUV 229.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 188 253 221 0.26 0 0.13 0.01 150.46 0.94 0.86
Hex BC FD DD 1A 0 D 1 96 5E 56
Octal 274 375 335 32 0 15 1 226 136 126
Binary 10111100 11111101 11011101 11010 0 1101 1 10010110 1011110 1010110

Color Harmonies of #BCFDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDDD

Black with #BCFDDD

Text Example


Text Example

White with #BCFDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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