#B8CCF6

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

Shades of Tropical Blue #B8CCF6

Tints of Tropical Blue #B8CCF6

Color information

#B8CCF6 (or 0xB8CCF6) is unknown color: approx Tropical Blue. HEX triplet: B8, CC and F6. RGB value is (184,204,246). Sum of RGB (Red+Green+Blue) = 184+204+246=634 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.02% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #B8CCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CCF6 is #473309. Grayscale: #CACACA. Windows color (decimal): -4666122 or 16174264. OLE color: 16174264.

HSL color Cylindrical-coordinate representation of color #B8CCF6: hue angle of 220.65º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8CCF6 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB184204246-
CMYK0.250.1700.04
HSL220.65º77.5%84.31%-
HSV(B)220.65º25.2%96.47%-
XYZ57.9960.0395.72-
YUV202.81152.37114.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.02%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 246 (96.48% from 255) = 38.80%
R=29.02%
G=32.18%
B=38.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1842042460.250.1700.04220.6577.584.31
HexB8CCF6191104dd4e54
Octal270314366312104335116124
Binary101110001100110011110110110011000101001101110110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CCF6; }

 p { color: rgb(184,204,246); }

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

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

 a { background-color: rgb(184,204,246); }

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

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

 span { border-color: rgb(184,204,246); }

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