Html Css Color HEX #BCF5D3 Aero Blue

📋 copy color: '#BCF5D3'

red 188 ◦ green 245 ◦ blue 211

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

Shades of Aero Blue #BCF5D3

Tints of Aero Blue #BCF5D3

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.04%

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

R = 29.19%
G = 38.04%
B = 32.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#BCF5D3 (or 0xBCF5D3) is known color: Aero Blue. HEX triplet: BC, F5 and D3. RGB value is (188,245,211). Sum of RGB (Red+Green+Blue) = 188+245+211=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 245 (96.09% from 255 or 38.04% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5D3 is #430A2C. Grayscale: #E0E0E0. Windows color (decimal): -4393517 or 13891004. OLE color: 13891004.

HSL color Cylindrical-coordinate representation of color #BCF5D3: hue angle of 144.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF5D3 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 211 -
CMYK 0.23 0 0.14 0.04
HSL 144.21º 0.74% 0.85% -
HSV(B) 144.21º 0.23% 0.96% -
XYZ 65.15 80.7 73.77 -
YUV 224.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 188 245 211 0.23 0 0.14 0.04 144.21 0.74 0.85
Hex BC F5 D3 17 0 E 4 90 4A 55
Octal 274 365 323 27 0 16 4 220 112 125
Binary 10111100 11110101 11010011 10111 0 1110 100 10010000 1001010 1010101

Color Harmonies of #BCF5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF5D3

Black with #BCF5D3

Text Example


Text Example

White with #BCF5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF5D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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