Html Css Color HEX #BCF2D0 Aero Blue

📋 copy color: '#BCF2D0'

red 188 ◦ green 242 ◦ blue 208

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

Shades of Aero Blue #BCF2D0

Tints of Aero Blue #BCF2D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.6%

R = 29.47%
G = 37.93%
B = 32.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#BCF2D0 (or 0xBCF2D0) is known color: Aero Blue. HEX triplet: BC, F2 and D0. RGB value is (188,242,208). Sum of RGB (Red+Green+Blue) = 188+242+208=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2D0 is #430D2F. Grayscale: #DEDEDE. Windows color (decimal): -4394288 or 13693628. OLE color: 13693628.

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

Color convert

RGB 188 242 208 -
CMYK 0.22 0 0.14 0.05
HSL 142.22º 0.68% 0.84% -
HSV(B) 142.22º 0.22% 0.95% -
XYZ 63.88 78.75 71.51 -
YUV 221.98 120.11 103.76 -
System Red Green Blue C M Y K H S L
Decimal 188 242 208 0.22 0 0.14 0.05 142.22 0.68 0.84
Hex BC F2 D0 16 0 E 5 8E 44 54
Octal 274 362 320 26 0 16 5 216 104 124
Binary 10111100 11110010 11010000 10110 0 1110 101 10001110 1000100 1010100

Color Harmonies of #BCF2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2D0

Black with #BCF2D0

Text Example


Text Example

White with #BCF2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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