#B4BBF9

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

Shades of Perano #B4BBF9

Tints of Perano #B4BBF9

Color information

#B4BBF9 (or 0xB4BBF9) is unknown color: approx Perano. HEX triplet: B4, BB and F9. RGB value is (180,187,249). Sum of RGB (Red+Green+Blue) = 180+187+249=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #B4BBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BBF9 is #4B4406. Grayscale: #BFBFBF. Windows color (decimal): -4932615 or 16366516. OLE color: 16366516.

HSL color Cylindrical-coordinate representation of color #B4BBF9: hue angle of 233.91º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4BBF9 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180187249-
CMYK0.280.2500.02
HSL233.91º85.19%84.12%-
HSV(B)233.91º27.71%97.65%-
XYZ53.6952.0896.85-
YUV191.98160.18119.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.22%
GREEN value IS 187 (73.44% from 255) = 30.36%
BLUE value IS 249 (97.66% from 255) = 40.42%
R=29.22%
G=30.36%
B=40.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801872490.280.2500.02233.9185.1984.12
HexB4BBF91C1902ea5554
Octal264273371343102352125124
Binary10110100101110111111100111100110010101110101010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBF9; }

 p { color: rgb(180,187,249); }

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

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

 a { background-color: rgb(180,187,249); }

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

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

 span { border-color: rgb(180,187,249); }

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