#B4CDF6

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

Shades of Tropical Blue #B4CDF6

Tints of Tropical Blue #B4CDF6

Color information

#B4CDF6 (or 0xB4CDF6) is unknown color: approx Tropical Blue. HEX triplet: B4, CD and F6. RGB value is (180,205,246). Sum of RGB (Red+Green+Blue) = 180+205+246=631 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.53% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #B4CDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CDF6 is #4B3209. Grayscale: #CACACA. Windows color (decimal): -4928010 or 16174516. OLE color: 16174516.

HSL color Cylindrical-coordinate representation of color #B4CDF6: hue angle of 217.27º 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 #B4CDF6 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB180205246-
CMYK0.270.1700.04
HSL217.27º78.57%83.53%-
HSV(B)217.27º26.83%96.47%-
XYZ57.2960.0295.75-
YUV202.2152.72112.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.53%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 246 (96.48% from 255) = 38.99%
R=28.53%
G=32.49%
B=38.99%

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
Decimal1802052460.270.1700.04217.2778.5783.53
HexB4CDF61B1104d94f54
Octal264315366332104331117124
Binary101101001100110111110110110111000101001101100110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDF6; }

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

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

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

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

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

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

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

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