#B4C3EB

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

Shades of Perano #B4C3EB

Tints of Perano #B4C3EB

Color information

#B4C3EB (or 0xB4C3EB) is unknown color: approx Perano. HEX triplet: B4, C3 and EB. RGB value is (180,195,235). Sum of RGB (Red+Green+Blue) = 180+195+235=610 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.51% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4C3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C3EB is #4B3C14. Grayscale: #C2C2C2. Windows color (decimal): -4930581 or 15451060. OLE color: 15451060.

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

Color convert

RGB180195235-
CMYK0.230.1700.08
HSL223.64º57.89%81.37%-
HSV(B)223.64º23.4%92.16%-
XYZ53.3354.7386.35-
YUV195.08150.53117.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.51%
GREEN value IS 195 (76.56% from 255) = 31.97%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=29.51%
G=31.97%
B=38.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801952350.230.1700.08223.6457.8981.37
HexB4C3EB171108e03a51
Octal264303353272101034072121
Binary101101001100001111101011101111000101000111000001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C3EB; }

 p { color: rgb(180,195,235); }

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

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

 a { background-color: rgb(180,195,235); }

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

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

 span { border-color: rgb(180,195,235); }

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