Html Css Color HEX #BCF1D8 Aero Blue

📋 copy color: '#BCF1D8'

red 188 ◦ green 241 ◦ blue 216

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

Shades of Aero Blue #BCF1D8

Tints of Aero Blue #BCF1D8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.36%

 BLUE value IS 216 (84.77% from 255) = 33.49%

R = 29.15%
G = 37.36%
B = 33.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#BCF1D8 (or 0xBCF1D8) is known color: Aero Blue. HEX triplet: BC, F1 and D8. RGB value is (188,241,216). Sum of RGB (Red+Green+Blue) = 188+241+216=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1D8 is #430E27. Grayscale: #DEDEDE. Windows color (decimal): -4394536 or 14217660. OLE color: 14217660.

HSL color Cylindrical-coordinate representation of color #BCF1D8: hue angle of 151.7º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF1D8 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 216 -
CMYK 0.22 0 0.10 0.05
HSL 151.7º 0.65% 0.84% -
HSV(B) 151.7º 0.22% 0.95% -
XYZ 64.59 78.56 76.73 -
YUV 222.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 188 241 216 0.22 0 0.10 0.05 151.7 0.65 0.84
Hex BC F1 D8 16 0 A 5 98 41 54
Octal 274 361 330 26 0 12 5 230 101 124
Binary 10111100 11110001 11011000 10110 0 1010 101 10011000 1000001 1010100

Color Harmonies of #BCF1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF1D8

Black with #BCF1D8

Text Example


Text Example

White with #BCF1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF1D8; }

 p { color: rgb(188,241,216); }

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

background-color css

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

 a { background-color: rgb(188,241,216); }

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

border-color css

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

 span { border-color: rgb(188,241,216); }

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