#B4CCF6

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

Shades of Tropical Blue #B4CCF6

Tints of Tropical Blue #B4CCF6

Color information

#B4CCF6 (or 0xB4CCF6) is unknown color: approx Tropical Blue. HEX triplet: B4, CC and F6. RGB value is (180,204,246). Sum of RGB (Red+Green+Blue) = 180+204+246=630 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.57% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #B4CCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CCF6 is #4B3309. Grayscale: #C9C9C9. Windows color (decimal): -4928266 or 16174260. OLE color: 16174260.

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

Color convert

RGB180204246-
CMYK0.270.1700.04
HSL218.18º78.57%83.53%-
HSV(B)218.18º26.83%96.47%-
XYZ57.0559.5495.67-
YUV201.61153.05112.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.57%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 246 (96.48% from 255) = 39.05%
R=28.57%
G=32.38%
B=39.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1802042460.270.1700.04218.1878.5783.53
HexB4CCF61B1104da4f54
Octal264314366332104332117124
Binary101101001100110011110110110111000101001101101010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCF6; }

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

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

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

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

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

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

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

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