Html Css Color HEX #BCF1D3 Aero Blue

📋 copy color: '#BCF1D3'

red 188 ◦ green 241 ◦ blue 211

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

Shades of Aero Blue #BCF1D3

Tints of Aero Blue #BCF1D3

RGB

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

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

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

R = 29.38%
G = 37.66%
B = 32.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#BCF1D3 (or 0xBCF1D3) is known color: Aero Blue. HEX triplet: BC, F1 and D3. RGB value is (188,241,211). Sum of RGB (Red+Green+Blue) = 188+241+211=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1D3 is #430E2C. Grayscale: #DDDDDD. Windows color (decimal): -4394541 or 13889980. OLE color: 13889980.

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

Color convert

RGB 188 241 211 -
CMYK 0.22 0 0.12 0.05
HSL 146.04º 0.65% 0.84% -
HSV(B) 146.04º 0.22% 0.95% -
XYZ 63.95 78.31 73.37 -
YUV 221.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 188 241 211 0.22 0 0.12 0.05 146.04 0.65 0.84
Hex BC F1 D3 16 0 C 5 92 41 54
Octal 274 361 323 26 0 14 5 222 101 124
Binary 10111100 11110001 11010011 10110 0 1100 101 10010010 1000001 1010100

Color Harmonies of #BCF1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF1D3

Black with #BCF1D3

Text Example


Text Example

White with #BCF1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF1D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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