#B7C4EB

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

Shades of Perano #B7C4EB

Tints of Perano #B7C4EB

Color information

#B7C4EB (or 0xB7C4EB) is unknown color: approx Perano. HEX triplet: B7, C4 and EB. RGB value is (183,196,235). Sum of RGB (Red+Green+Blue) = 183+196+235=614 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.80% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7C4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C4EB is #483B14. Grayscale: #C4C4C4. Windows color (decimal): -4733717 or 15451319. OLE color: 15451319.

HSL color Cylindrical-coordinate representation of color #B7C4EB: hue angle of 225º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7C4EB is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183196235-
CMYK0.220.1700.08
HSL225º56.52%81.96%-
HSV(B)225º22.13%92.16%-
XYZ54.2655.5586.46-
YUV196.56149.69118.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.80%
GREEN value IS 196 (76.95% from 255) = 31.92%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=29.80%
G=31.92%
B=38.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831962350.220.1700.0822556.5281.96
HexB7C4EB161108e13952
Octal267304353262101034171122
Binary101101111100010011101011101101000101000111000011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C4EB; }

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

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

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

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

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

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

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

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