Html Css Color HEX #BCF3DB Aero Blue

📋 copy color: '#BCF3DB'

red 188 ◦ green 243 ◦ blue 219

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

Shades of Aero Blue #BCF3DB

Tints of Aero Blue #BCF3DB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.38%

 BLUE value IS 219 (85.94% from 255) = 33.69%

R = 28.92%
G = 37.38%
B = 33.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#BCF3DB (or 0xBCF3DB) is known color: Aero Blue. HEX triplet: BC, F3 and DB. RGB value is (188,243,219). Sum of RGB (Red+Green+Blue) = 188+243+219=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3DB is #430C24. Grayscale: #DFDFDF. Windows color (decimal): -4394021 or 14414780. OLE color: 14414780.

HSL color Cylindrical-coordinate representation of color #BCF3DB: hue angle of 153.82º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3DB is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 219 -
CMYK 0.23 0 0.10 0.05
HSL 153.82º 0.7% 0.85% -
HSV(B) 153.82º 0.23% 0.95% -
XYZ 65.58 79.91 78.99 -
YUV 223.82 125.28 102.45 -
System Red Green Blue C M Y K H S L
Decimal 188 243 219 0.23 0 0.10 0.05 153.82 0.7 0.85
Hex BC F3 DB 17 0 A 5 9A 46 55
Octal 274 363 333 27 0 12 5 232 106 125
Binary 10111100 11110011 11011011 10111 0 1010 101 10011010 1000110 1010101

Color Harmonies of #BCF3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF3DB

Black with #BCF3DB

Text Example


Text Example

White with #BCF3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF3DB; }

 p { color: rgb(188,243,219); }

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

background-color css

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

 a { background-color: rgb(188,243,219); }

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

border-color css

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

 span { border-color: rgb(188,243,219); }

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