Html Css Color HEX #BCF2DA Aero Blue

📋 copy color: '#BCF2DA'

red 188 ◦ green 242 ◦ blue 218

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

Shades of Aero Blue #BCF2DA

Tints of Aero Blue #BCF2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.64%

R = 29.01%
G = 37.35%
B = 33.64%

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

#BCF2DA (or 0xBCF2DA) is known color: Aero Blue. HEX triplet: BC, F2 and DA. RGB value is (188,242,218). Sum of RGB (Red+Green+Blue) = 188+242+218=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2DA is #430D25. Grayscale: #DFDFDF. Windows color (decimal): -4394278 or 14348988. OLE color: 14348988.

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

Color convert

RGB 188 242 218 -
CMYK 0.22 0 0.10 0.05
HSL 153.33º 0.68% 0.84% -
HSV(B) 153.33º 0.22% 0.95% -
XYZ 65.15 79.26 78.19 -
YUV 223.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 188 242 218 0.22 0 0.10 0.05 153.33 0.68 0.84
Hex BC F2 DA 16 0 A 5 99 44 54
Octal 274 362 332 26 0 12 5 231 104 124
Binary 10111100 11110010 11011010 10110 0 1010 101 10011001 1000100 1010100

Color Harmonies of #BCF2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2DA

Black with #BCF2DA

Text Example


Text Example

White with #BCF2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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