#BBBFE4

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

Shades of Perano #BBBFE4

Tints of Perano #BBBFE4

Color information

#BBBFE4 (or 0xBBBFE4) is unknown color: approx Perano. HEX triplet: BB, BF and E4. RGB value is (187,191,228). Sum of RGB (Red+Green+Blue) = 187+191+228=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBBFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFE4 is #44401B. Grayscale: #C1C1C1. Windows color (decimal): -4472860 or 14991291. OLE color: 14991291.

HSL color Cylindrical-coordinate representation of color #BBBFE4: hue angle of 234.15º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBBFE4 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187191228-
CMYK0.180.1600.11
HSL234.15º43.16%81.37%-
HSV(B)234.15º17.98%89.41%-
XYZ53.1353.4380.91-
YUV194.02147.17122.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.86%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 228 (89.45% from 255) = 37.62%
R=30.86%
G=31.52%
B=37.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871912280.180.1600.11234.1543.1681.37
HexBBBFE412100Bea2b51
Octal273277344222001335253121
Binary101110111011111111100100100101000001011111010101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFE4; }

 p { color: rgb(187,191,228); }

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

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

 a { background-color: rgb(187,191,228); }

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

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

 span { border-color: rgb(187,191,228); }

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