#B7C4F0

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

Shades of Perano #B7C4F0

Tints of Perano #B7C4F0

Color information

#B7C4F0 (or 0xB7C4F0) is unknown color: approx Perano. HEX triplet: B7, C4 and F0. RGB value is (183,196,240). Sum of RGB (Red+Green+Blue) = 183+196+240=619 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.56% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #B7C4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C4F0 is #483B0F. Grayscale: #C4C4C4. Windows color (decimal): -4733712 or 15778999. OLE color: 15778999.

HSL color Cylindrical-coordinate representation of color #B7C4F0: hue angle of 226.32º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7C4F0 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB183196240-
CMYK0.240.1800.06
HSL226.32º65.52%82.94%-
HSV(B)226.32º23.75%94.12%-
XYZ5555.8490.32-
YUV197.13152.19117.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.56%
GREEN value IS 196 (76.95% from 255) = 31.66%
BLUE value IS 240 (94.14% from 255) = 38.77%
R=29.56%
G=31.66%
B=38.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1831962400.240.1800.06226.3265.5282.94
HexB7C4F0181206e24253
Octal267304360302206342102123
Binary101101111100010011110000110001001001101110001010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C4F0; }

 p { color: rgb(183,196,240); }

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

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

 a { background-color: rgb(183,196,240); }

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

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

 span { border-color: rgb(183,196,240); }

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