#B7CAF1

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

Shades of Tropical Blue #B7CAF1

Tints of Tropical Blue #B7CAF1

Color information

#B7CAF1 (or 0xB7CAF1) is unknown color: approx Tropical Blue. HEX triplet: B7, CA and F1. RGB value is (183,202,241). Sum of RGB (Red+Green+Blue) = 183+202+241=626 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.23% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #B7CAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CAF1 is #48350E. Grayscale: #C8C8C8. Windows color (decimal): -4732175 or 15846071. OLE color: 15846071.

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

Color convert

RGB183202241-
CMYK0.240.1600.05
HSL220.34º67.44%83.14%-
HSV(B)220.34º24.07%94.51%-
XYZ56.5358.6691.56-
YUV200.76150.71115.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.23%
GREEN value IS 202 (79.30% from 255) = 32.27%
BLUE value IS 241 (94.53% from 255) = 38.50%
R=29.23%
G=32.27%
B=38.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1832022410.240.1600.05220.3467.4483.14
HexB7CAF1181005dc4353
Octal267312361302005334103123
Binary101101111100101011110001110001000001011101110010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CAF1; }

 p { color: rgb(183,202,241); }

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

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

 a { background-color: rgb(183,202,241); }

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

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

 span { border-color: rgb(183,202,241); }

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