Html Css Color HEX #BAD2F0 Tropical Blue

📋 copy color: '#BAD2F0'

red 186 ◦ green 210 ◦ blue 240

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

Shades of Tropical Blue #BAD2F0

Tints of Tropical Blue #BAD2F0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.02%

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

R = 29.25%
G = 33.02%
B = 37.74%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BAD2F0 (or 0xBAD2F0) is known color: Tropical Blue. HEX triplet: BA, D2 and F0. RGB value is (186,210,240). Sum of RGB (Red+Green+Blue) = 186+210+240=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAD2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD2F0 is #452D0F. Grayscale: #CECECE. Windows color (decimal): -4533520 or 15782586. OLE color: 15782586.

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

Color convert

RGB 186 210 240 -
CMYK 0.22 0.12 0 0.06
HSL 213.33º 0.64% 0.84% -
HSV(B) 213.33º 0.23% 0.94% -
XYZ 59.02 62.82 91.45 -
YUV 206.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 186 210 240 0.22 0.12 0 0.06 213.33 0.64 0.84
Hex BA D2 F0 16 C 0 6 D5 40 54
Octal 272 322 360 26 14 0 6 325 100 124
Binary 10111010 11010010 11110000 10110 1100 0 110 11010101 1000000 1010100

Color Harmonies of #BAD2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD2F0

Black with #BAD2F0

Text Example


Text Example

White with #BAD2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD2F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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