#B4BDED

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

Shades of Perano #B4BDED

Tints of Perano #B4BDED

Color information

#B4BDED (or 0xB4BDED) is unknown color: approx Perano. HEX triplet: B4, BD and ED. RGB value is (180,189,237). Sum of RGB (Red+Green+Blue) = 180+189+237=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #B4BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BDED is #4B4212. Grayscale: #BFBFBF. Windows color (decimal): -4932115 or 15580596. OLE color: 15580596.

HSL color Cylindrical-coordinate representation of color #B4BDED: hue angle of 230.53º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4BDED is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180189237-
CMYK0.240.2000.07
HSL230.53º61.29%81.76%-
HSV(B)230.53º24.05%92.94%-
XYZ52.3152.2187.44-
YUV191.78153.52119.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.70%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=29.70%
G=31.19%
B=39.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801892370.240.2000.07230.5361.2981.76
HexB4BDED181407e73d52
Octal26427535530240734775122
Binary10110100101111011110110111000101000111111001111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDED; }

 p { color: rgb(180,189,237); }

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

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

 a { background-color: rgb(180,189,237); }

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

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

 span { border-color: rgb(180,189,237); }

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