#B2BEEE

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

Shades of Perano #B2BEEE

Tints of Perano #B2BEEE

Color information

#B2BEEE (or 0xB2BEEE) is unknown color: approx Perano. HEX triplet: B2, BE and EE. RGB value is (178,190,238). Sum of RGB (Red+Green+Blue) = 178+190+238=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2BEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BEEE is #4D4111. Grayscale: #BFBFBF. Windows color (decimal): -5062930 or 15646386. OLE color: 15646386.

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

Color convert

RGB178190238-
CMYK0.250.2000.07
HSL228º63.83%81.57%-
HSV(B)228º25.21%93.33%-
XYZ52.2152.4688.26-
YUV191.88154.02118.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.37%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=29.37%
G=31.35%
B=39.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781902380.250.2000.0722863.8381.57
HexB2BEEE191407e44052
Octal262276356312407344100122
Binary101100101011111011101110110011010001111110010010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BEEE; }

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

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

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

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

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

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

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

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