#B0BBF4

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

Shades of Perano #B0BBF4

Tints of Perano #B0BBF4

Color information

#B0BBF4 (or 0xB0BBF4) is unknown color: approx Perano. HEX triplet: B0, BB and F4. RGB value is (176,187,244). Sum of RGB (Red+Green+Blue) = 176+187+244=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #B0BBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BBF4 is #4F440B. Grayscale: #BDBDBD. Windows color (decimal): -5194764 or 16038832. OLE color: 16038832.

HSL color Cylindrical-coordinate representation of color #B0BBF4: hue angle of 230.29º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0BBF4 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB176187244-
CMYK0.280.2300.04
HSL230.29º75.56%82.35%-
HSV(B)230.29º27.87%95.69%-
XYZ5251.392.75-
YUV190.21158.36117.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 244 (95.70% from 255) = 40.20%
R=29.00%
G=30.81%
B=40.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1761872440.280.2300.04230.2975.5682.35
HexB0BBF41C1704e64c52
Octal260273364342704346114122
Binary101100001011101111110100111001011101001110011010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBF4; }

 p { color: rgb(176,187,244); }

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

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

 a { background-color: rgb(176,187,244); }

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

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

 span { border-color: rgb(176,187,244); }

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