Html Css Color HEX #BCFDDE Aero Blue

📋 copy color: '#BCFDDE'

red 188 ◦ green 253 ◦ blue 222

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

Shades of Aero Blue #BCFDDE

Tints of Aero Blue #BCFDDE

RGB

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

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

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

R = 28.36%
G = 38.16%
B = 33.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#BCFDDE (or 0xBCFDDE) is known color: Aero Blue. HEX triplet: BC, FD and DE. RGB value is (188,253,222). Sum of RGB (Red+Green+Blue) = 188+253+222=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDDE is #430221. Grayscale: #E6E6E6. Windows color (decimal): -4391458 or 14613948. OLE color: 14613948.

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

Color convert

RGB 188 253 222 -
CMYK 0.26 0 0.12 0.01
HSL 151.38º 0.94% 0.86% -
HSV(B) 151.38º 0.26% 0.99% -
XYZ 69.05 86.22 82.11 -
YUV 230.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 188 253 222 0.26 0 0.12 0.01 151.38 0.94 0.86
Hex BC FD DE 1A 0 C 1 97 5E 56
Octal 274 375 336 32 0 14 1 227 136 126
Binary 10111100 11111101 11011110 11010 0 1100 1 10010111 1011110 1010110

Color Harmonies of #BCFDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDDE

Black with #BCFDDE

Text Example


Text Example

White with #BCFDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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