Html Css Color HEX #BAD0E6 Tropical Blue

📋 copy color: '#BAD0E6'

red 186 ◦ green 208 ◦ blue 230

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

Shades of Tropical Blue #BAD0E6

Tints of Tropical Blue #BAD0E6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.33%

 BLUE value IS 230 (90.23% from 255) = 36.86%

R = 29.81%
G = 33.33%
B = 36.86%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAD0E6 (or 0xBAD0E6) is known color: Tropical Blue. HEX triplet: BA, D0 and E6. RGB value is (186,208,230). Sum of RGB (Red+Green+Blue) = 186+208+230=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAD0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0E6 is #452F19. Grayscale: #CBCBCB. Windows color (decimal): -4534042 or 15126714. OLE color: 15126714.

HSL color Cylindrical-coordinate representation of color #BAD0E6: hue angle of 210º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAD0E6 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 208 230 -
CMYK 0.19 0.10 0 0.10
HSL 210º 0.47% 0.82% -
HSV(B) 210º 0.19% 0.9% -
XYZ 57.09 61.26 83.68 -
YUV 203.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 186 208 230 0.19 0.10 0 0.10 210 0.47 0.82
Hex BA D0 E6 13 A 0 A D2 2F 52
Octal 272 320 346 23 12 0 12 322 57 122
Binary 10111010 11010000 11100110 10011 1010 0 1010 11010010 101111 1010010

Color Harmonies of #BAD0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD0E6

Black with #BAD0E6

Text Example


Text Example

White with #BAD0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD0E6; }

 p { color: rgb(186,208,230); }

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

background-color css

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

 a { background-color: rgb(186,208,230); }

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

border-color css

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

 span { border-color: rgb(186,208,230); }

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