#BBC1EB

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

Shades of Perano #BBC1EB

Tints of Perano #BBC1EB

Color information

#BBC1EB (or 0xBBC1EB) is unknown color: approx Perano. HEX triplet: BB, C1 and EB. RGB value is (187,193,235). Sum of RGB (Red+Green+Blue) = 187+193+235=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBC1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1EB is #443E14. Grayscale: #C3C3C3. Windows color (decimal): -4472341 or 15450555. OLE color: 15450555.

HSL color Cylindrical-coordinate representation of color #BBC1EB: hue angle of 232.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC1EB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187193235-
CMYK0.200.1800.08
HSL232.5º54.55%82.75%-
HSV(B)232.5º20.43%92.16%-
XYZ54.5654.786.28-
YUV195.99150.01121.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 193 (75.78% from 255) = 31.38%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=30.41%
G=31.38%
B=38.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871932350.200.1800.08232.554.5582.75
HexBBC1EB141208e83753
Octal273301353242201035067123
Binary101110111100000111101011101001001001000111010001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1EB; }

 p { color: rgb(187,193,235); }

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

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

 a { background-color: rgb(187,193,235); }

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

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

 span { border-color: rgb(187,193,235); }

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