#B4BDDF

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

Shades of Perano #B4BDDF

Tints of Perano #B4BDDF

Color information

#B4BDDF (or 0xB4BDDF) is unknown color: approx Perano. HEX triplet: B4, BD and DF. RGB value is (180,189,223). Sum of RGB (Red+Green+Blue) = 180+189+223=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDDF is #4B4220. Grayscale: #BEBEBE. Windows color (decimal): -4932129 or 14663092. OLE color: 14663092.

HSL color Cylindrical-coordinate representation of color #B4BDDF: hue angle of 227.44º degrees, saturation: 0.4, 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 #B4BDDF is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180189223-
CMYK0.190.1500.13
HSL227.44º40.19%79.02%-
HSV(B)227.44º19.28%87.45%-
XYZ50.3451.4377.09-
YUV190.18146.52120.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.41%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 223 (87.5% from 255) = 37.67%
R=30.41%
G=31.93%
B=37.67%

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
Decimal1801892230.190.1500.13227.4440.1979.02
HexB4BDDF13F0De3284f
Octal264275337231701534350117
Binary10110100101111011101111110011111101101111000111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDDF; }

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

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

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

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

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

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

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

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