#B8BEEE

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

Shades of Perano #B8BEEE

Tints of Perano #B8BEEE

Color information

#B8BEEE (or 0xB8BEEE) is unknown color: approx Perano. HEX triplet: B8, BE and EE. RGB value is (184,190,238). Sum of RGB (Red+Green+Blue) = 184+190+238=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BEEE is #474111. Grayscale: #C1C1C1. Windows color (decimal): -4669714 or 15646392. OLE color: 15646392.

HSL color Cylindrical-coordinate representation of color #B8BEEE: hue angle of 233.33º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8BEEE is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184190238-
CMYK0.230.2000.07
HSL233.33º61.36%82.75%-
HSV(B)233.33º22.69%93.33%-
XYZ53.6153.1988.33-
YUV193.68153.01121.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.07%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=30.07%
G=31.05%
B=38.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841902380.230.2000.07233.3361.3682.75
HexB8BEEE171407e93d53
Octal27027635627240735175123
Binary10111000101111101110111010111101000111111010011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BEEE; }

 p { color: rgb(184,190,238); }

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

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

 a { background-color: rgb(184,190,238); }

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

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

 span { border-color: rgb(184,190,238); }

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