Html Css Color HEX #BAD1F0 Tropical Blue

📋 copy color: '#BAD1F0'

red 186 ◦ green 209 ◦ blue 240

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

Shades of Tropical Blue #BAD1F0

Tints of Tropical Blue #BAD1F0

RGB

 RED value IS 186 (73.05% from 255) = 29.29%

 GREEN value IS 209 (82.03% from 255) = 32.91%

 BLUE value IS 240 (94.14% from 255) = 37.8%

R = 29.29%
G = 32.91%
B = 37.8%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BAD1F0 (or 0xBAD1F0) is known color: Tropical Blue. HEX triplet: BA, D1 and F0. RGB value is (186,209,240). Sum of RGB (Red+Green+Blue) = 186+209+240=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAD1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD1F0 is #452E0F. Grayscale: #CDCDCD. Windows color (decimal): -4533776 or 15782330. OLE color: 15782330.

HSL color Cylindrical-coordinate representation of color #BAD1F0: hue angle of 214.44º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAD1F0 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 209 240 -
CMYK 0.22 0.13 0 0.06
HSL 214.44º 0.64% 0.84% -
HSV(B) 214.44º 0.23% 0.94% -
XYZ 58.78 62.33 91.37 -
YUV 205.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 186 209 240 0.22 0.13 0 0.06 214.44 0.64 0.84
Hex BA D1 F0 16 D 0 6 D6 40 54
Octal 272 321 360 26 15 0 6 326 100 124
Binary 10111010 11010001 11110000 10110 1101 0 110 11010110 1000000 1010100

Color Harmonies of #BAD1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD1F0

Black with #BAD1F0

Text Example


Text Example

White with #BAD1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD1F0; }

 p { color: rgb(186,209,240); }

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

background-color css

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

 a { background-color: rgb(186,209,240); }

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

border-color css

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

 span { border-color: rgb(186,209,240); }

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