#B4BDDE

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

Shades of Perano #B4BDDE

Tints of Perano #B4BDDE

Color information

#B4BDDE (or 0xB4BDDE) is unknown color: approx Perano. HEX triplet: B4, BD and DE. RGB value is (180,189,222). Sum of RGB (Red+Green+Blue) = 180+189+222=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDDE is #4B4221. Grayscale: #BDBDBD. Windows color (decimal): -4932130 or 14597556. OLE color: 14597556.

HSL color Cylindrical-coordinate representation of color #B4BDDE: hue angle of 227.14º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4BDDE is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180189222-
CMYK0.190.1500.13
HSL227.14º38.89%78.82%-
HSV(B)227.14º18.92%87.06%-
XYZ50.251.3776.38-
YUV190.07146.02120.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.46%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=30.46%
G=31.98%
B=37.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801892220.190.1500.13227.1438.8978.82
HexB4BDDE13F0De3274f
Octal264275336231701534347117
Binary10110100101111011101111010011111101101111000111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDDE; }

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

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

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

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

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

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

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

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