#B6CAF8

Color #B6CAF8 Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #B6CAF8

Tints of Tropical Blue #B6CAF8

Color information

#B6CAF8 (or 0xB6CAF8) is unknown color: approx Tropical Blue. HEX triplet: B6, CA and F8. RGB value is (182,202,248). Sum of RGB (Red+Green+Blue) = 182+202+248=632 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.80% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 248 - color contains mainly: blue. Hex color #B6CAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CAF8 is #493507. Grayscale: #C9C9C9. Windows color (decimal): -4797704 or 16304822. OLE color: 16304822.

HSL color Cylindrical-coordinate representation of color #B6CAF8: hue angle of 221.82º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6CAF8 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB182202248-
CMYK0.270.1900.03
HSL221.82º82.5%84.31%-
HSV(B)221.82º26.61%97.25%-
XYZ57.3658.9697.17-
YUV201.26154.37114.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.80%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 248 (97.27% from 255) = 39.24%
R=28.80%
G=31.96%
B=39.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1822022480.270.1900.03221.8282.584.31
HexB6CAF81B1303de5254
Octal266312370332303336122124
Binary10110110110010101111100011011100110111101111010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CAF8; }

 p { color: rgb(182,202,248); }

 H1.HeaderClassName
 {
   color: #B6CAF8;
 }
 .AnyTagClassName
 {
   color: #B6CAF8;
 }
</style>
background-color css

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

 a { background-color: rgb(182,202,248); }

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

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

 span { border-color: rgb(182,202,248); }

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