Html Css Color HEX #BCF2D3 Aero Blue

📋 copy color: '#BCF2D3'

red 188 ◦ green 242 ◦ blue 211

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

Shades of Aero Blue #BCF2D3

Tints of Aero Blue #BCF2D3

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.75%

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

R = 29.33%
G = 37.75%
B = 32.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#BCF2D3 (or 0xBCF2D3) is known color: Aero Blue. HEX triplet: BC, F2 and D3. RGB value is (188,242,211). Sum of RGB (Red+Green+Blue) = 188+242+211=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2D3 is #430D2C. Grayscale: #DEDEDE. Windows color (decimal): -4394285 or 13890236. OLE color: 13890236.

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

Color convert

RGB 188 242 211 -
CMYK 0.22 0 0.13 0.05
HSL 145.56º 0.68% 0.84% -
HSV(B) 145.56º 0.22% 0.95% -
XYZ 64.25 78.9 73.47 -
YUV 222.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 188 242 211 0.22 0 0.13 0.05 145.56 0.68 0.84
Hex BC F2 D3 16 0 D 5 92 44 54
Octal 274 362 323 26 0 15 5 222 104 124
Binary 10111100 11110010 11010011 10110 0 1101 101 10010010 1000100 1010100

Color Harmonies of #BCF2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2D3

Black with #BCF2D3

Text Example


Text Example

White with #BCF2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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