#B8BDE8

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

Shades of Perano #B8BDE8

Tints of Perano #B8BDE8

Color information

#B8BDE8 (or 0xB8BDE8) is unknown color: approx Perano. HEX triplet: B8, BD and E8. RGB value is (184,189,232). Sum of RGB (Red+Green+Blue) = 184+189+232=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 232 - color contains mainly: blue. Hex color #B8BDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BDE8 is #474217. Grayscale: #C0C0C0. Windows color (decimal): -4669976 or 15252920. OLE color: 15252920.

HSL color Cylindrical-coordinate representation of color #B8BDE8: hue angle of 233.75º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8BDE8 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB184189232-
CMYK0.210.1900.09
HSL233.75º51.06%81.57%-
HSV(B)233.75º20.69%90.98%-
XYZ52.5352.4183.69-
YUV192.41150.34122-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.41%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 232 (91.02% from 255) = 38.35%
R=30.41%
G=31.24%
B=38.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1841892320.210.1900.09233.7551.0681.57
HexB8BDE8151309ea3352
Octal270275350252301135263122
Binary101110001011110111101000101011001101001111010101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BDE8; }

 p { color: rgb(184,189,232); }

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

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

 a { background-color: rgb(184,189,232); }

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

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

 span { border-color: rgb(184,189,232); }

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