#BBC0F1

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

Shades of Perano #BBC0F1

Tints of Perano #BBC0F1

Color information

#BBC0F1 (or 0xBBC0F1) is unknown color: approx Perano. HEX triplet: BB, C0 and F1. RGB value is (187,192,241). Sum of RGB (Red+Green+Blue) = 187+192+241=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBC0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0F1 is #443F0E. Grayscale: #C3C3C3. Windows color (decimal): -4472591 or 15843515. OLE color: 15843515.

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

Color convert

RGB187192241-
CMYK0.220.2000.05
HSL234.44º65.85%83.92%-
HSV(B)234.44º22.41%94.51%-
XYZ55.2254.6190.85-
YUV196.09153.34121.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 192 (75.39% from 255) = 30.97%
BLUE value IS 241 (94.53% from 255) = 38.87%
R=30.16%
G=30.97%
B=38.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871922410.220.2000.05234.4465.8583.92
HexBBC0F1161405ea4254
Octal273300361262405352102124
Binary101110111100000011110001101101010001011110101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0F1; }

 p { color: rgb(187,192,241); }

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

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

 a { background-color: rgb(187,192,241); }

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

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

 span { border-color: rgb(187,192,241); }

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