#BBBCF3

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

Shades of Perano #BBBCF3

Tints of Perano #BBBCF3

Color information

#BBBCF3 (or 0xBBBCF3) is unknown color: approx Perano. HEX triplet: BB, BC and F3. RGB value is (187,188,243). Sum of RGB (Red+Green+Blue) = 187+188+243=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBBCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCF3 is #44430C. Grayscale: #C1C1C1. Windows color (decimal): -4473613 or 15973563. OLE color: 15973563.

HSL color Cylindrical-coordinate representation of color #BBBCF3: hue angle of 238.93º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBBCF3 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187188243-
CMYK0.230.2300.05
HSL238.93º70%84.31%-
HSV(B)238.93º23.05%95.29%-
XYZ54.655392.14-
YUV193.97155.67123.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 243 (95.31% from 255) = 39.32%
R=30.26%
G=30.42%
B=39.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871882430.230.2300.05238.937084.31
HexBBBCF3171705ef4654
Octal273274363272705357106124
Binary101110111011110011110011101111011101011110111110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCF3; }

 p { color: rgb(187,188,243); }

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

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

 a { background-color: rgb(187,188,243); }

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

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

 span { border-color: rgb(187,188,243); }

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