Html Css Color HEX #BCFDD3 Aero Blue

📋 copy color: '#BCFDD3'

red 188 ◦ green 253 ◦ blue 211

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

Shades of Aero Blue #BCFDD3

Tints of Aero Blue #BCFDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.36%

R = 28.83%
G = 38.8%
B = 32.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#BCFDD3 (or 0xBCFDD3) is known color: Aero Blue. HEX triplet: BC, FD and D3. RGB value is (188,253,211). Sum of RGB (Red+Green+Blue) = 188+253+211=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDD3 is #43022C. Grayscale: #E4E4E4. Windows color (decimal): -4391469 or 13893052. OLE color: 13893052.

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

Color convert

RGB 188 253 211 -
CMYK 0.26 0 0.17 0.01
HSL 141.23º 0.94% 0.86% -
HSV(B) 141.23º 0.26% 0.99% -
XYZ 67.62 85.65 74.6 -
YUV 228.78 117.97 98.92 -
System Red Green Blue C M Y K H S L
Decimal 188 253 211 0.26 0 0.17 0.01 141.23 0.94 0.86
Hex BC FD D3 1A 0 11 1 8D 5E 56
Octal 274 375 323 32 0 21 1 215 136 126
Binary 10111100 11111101 11010011 11010 0 10001 1 10001101 1011110 1010110

Color Harmonies of #BCFDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDD3

Black with #BCFDD3

Text Example


Text Example

White with #BCFDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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