Html Css Color HEX #BAD2FA Tropical Blue

📋 copy color: '#BAD2FA'

red 186 ◦ green 210 ◦ blue 250

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

Shades of Tropical Blue #BAD2FA

Tints of Tropical Blue #BAD2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.7%

R = 28.79%
G = 32.51%
B = 38.7%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAD2FA (or 0xBAD2FA) is known color: Tropical Blue. HEX triplet: BA, D2 and FA. RGB value is (186,210,250). Sum of RGB (Red+Green+Blue) = 186+210+250=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAD2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD2FA is #452D05. Grayscale: #CFCFCF. Windows color (decimal): -4533510 or 16437946. OLE color: 16437946.

HSL color Cylindrical-coordinate representation of color #BAD2FA: hue angle of 217.5º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAD2FA is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 210 250 -
CMYK 0.26 0.16 0 0.02
HSL 217.5º 0.86% 0.85% -
HSV(B) 217.5º 0.26% 0.98% -
XYZ 60.55 63.43 99.5 -
YUV 207.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 186 210 250 0.26 0.16 0 0.02 217.5 0.86 0.85
Hex BA D2 FA 1A 10 0 2 DA 56 55
Octal 272 322 372 32 20 0 2 332 126 125
Binary 10111010 11010010 11111010 11010 10000 0 10 11011010 1010110 1010101

Color Harmonies of #BAD2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD2FA

Black with #BAD2FA

Text Example


Text Example

White with #BAD2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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