#B4CCF8

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

Shades of Tropical Blue #B4CCF8

Tints of Tropical Blue #B4CCF8

Color information

#B4CCF8 (or 0xB4CCF8) is unknown color: approx Tropical Blue. HEX triplet: B4, CC and F8. RGB value is (180,204,248). Sum of RGB (Red+Green+Blue) = 180+204+248=632 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.48% from 632); Green value is 204 (80.08% from 255 or 32.28% 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 #B4CCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CCF8 is #4B3307. Grayscale: #C9C9C9. Windows color (decimal): -4928264 or 16305332. OLE color: 16305332.

HSL color Cylindrical-coordinate representation of color #B4CCF8: hue angle of 218.82º degrees, saturation: 0.83, 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 #B4CCF8 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB180204248-
CMYK0.270.1800.03
HSL218.82º82.93%83.92%-
HSV(B)218.82º27.42%97.25%-
XYZ57.3659.6797.3-
YUV201.84154.05112.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.48%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 248 (97.27% from 255) = 39.24%
R=28.48%
G=32.28%
B=39.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1802042480.270.1800.03218.8282.9383.92
HexB4CCF81B1203db5354
Octal264314370332203333123124
Binary10110100110011001111100011011100100111101101110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCF8; }

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

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

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

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

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

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

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

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