#B4BDFF

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

Shades of Perano #B4BDFF

Tints of Perano #B4BDFF

Color information

#B4BDFF (or 0xB4BDFF) is unknown color: approx Perano. HEX triplet: B4, BD and FF. RGB value is (180,189,255). Sum of RGB (Red+Green+Blue) = 180+189+255=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BDFF is #4B4200. Grayscale: #C1C1C1. Windows color (decimal): -4932097 or 16760244. OLE color: 16760244.

HSL color Cylindrical-coordinate representation of color #B4BDFF: hue angle of 232.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4BDFF is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB180189255-
CMYK0.290.2600
HSL232.8º100%85.29%-
HSV(B)232.8º29.41%100%-
XYZ55.0753.32102-
YUV193.83162.52118.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.85%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 255 (100% from 255) = 40.87%
R=28.85%
G=30.29%
B=40.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801892550.290.2600232.810085.29
HexB4BDFF1D1A00e96455
Octal264275377353200351144125
Binary1011010010111101111111111110111010001110100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDFF; }

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

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

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

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

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

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

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

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