#B4C7F3

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

Shades of Tropical Blue #B4C7F3

Tints of Tropical Blue #B4C7F3

Color information

#B4C7F3 (or 0xB4C7F3) is unknown color: approx Tropical Blue. HEX triplet: B4, C7 and F3. RGB value is (180,199,243). Sum of RGB (Red+Green+Blue) = 180+199+243=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #B4C7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C7F3 is #4B380C. Grayscale: #C6C6C6. Windows color (decimal): -4929549 or 15976372. OLE color: 15976372.

HSL color Cylindrical-coordinate representation of color #B4C7F3: hue angle of 221.9º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4C7F3 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180199243-
CMYK0.260.1800.05
HSL221.9º72.41%82.94%-
HSV(B)221.9º25.93%95.29%-
XYZ55.4257.0292.88-
YUV198.33153.21114.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.94%
GREEN value IS 199 (78.12% from 255) = 31.99%
BLUE value IS 243 (95.31% from 255) = 39.07%
R=28.94%
G=31.99%
B=39.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801992430.260.1800.05221.972.4182.94
HexB4C7F31A1205de4853
Octal264307363322205336110123
Binary101101001100011111110011110101001001011101111010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C7F3; }

 p { color: rgb(180,199,243); }

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

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

 a { background-color: rgb(180,199,243); }

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

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

 span { border-color: rgb(180,199,243); }

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