#B6CAEA

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

Shades of Tropical Blue #B6CAEA

Tints of Tropical Blue #B6CAEA

Color information

#B6CAEA (or 0xB6CAEA) is unknown color: approx Tropical Blue. HEX triplet: B6, CA and EA. RGB value is (182,202,234). Sum of RGB (Red+Green+Blue) = 182+202+234=618 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.45% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CAEA is #493515. Grayscale: #C7C7C7. Windows color (decimal): -4797718 or 15387318. OLE color: 15387318.

HSL color Cylindrical-coordinate representation of color #B6CAEA: hue angle of 216.92º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6CAEA is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182202234-
CMYK0.220.1400.08
HSL216.92º55.32%81.57%-
HSV(B)216.92º22.22%91.76%-
XYZ55.2658.1386.15-
YUV199.67147.37115.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.45%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=29.45%
G=32.69%
B=37.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822022340.220.1400.08216.9255.3281.57
HexB6CAEA16E08d93752
Octal266312352261601033167122
Binary10110110110010101110101010110111001000110110011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CAEA; }

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

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

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

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

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

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

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

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