#BBC1F1

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

Shades of Perano #BBC1F1

Tints of Perano #BBC1F1

Color information

#BBC1F1 (or 0xBBC1F1) is unknown color: approx Perano. HEX triplet: BB, C1 and F1. RGB value is (187,193,241). Sum of RGB (Red+Green+Blue) = 187+193+241=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBC1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1F1 is #443E0E. Grayscale: #C4C4C4. Windows color (decimal): -4472335 or 15843771. OLE color: 15843771.

HSL color Cylindrical-coordinate representation of color #BBC1F1: hue angle of 233.33º 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 #BBC1F1 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187193241-
CMYK0.220.2000.05
HSL233.33º65.85%83.92%-
HSV(B)233.33º22.41%94.51%-
XYZ55.4455.0690.92-
YUV196.68153.01121.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.11%
GREEN value IS 193 (75.78% from 255) = 31.08%
BLUE value IS 241 (94.53% from 255) = 38.81%
R=30.11%
G=31.08%
B=38.81%

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
Decimal1871932410.220.2000.05233.3365.8583.92
HexBBC1F1161405e94254
Octal273301361262405351102124
Binary101110111100000111110001101101010001011110100110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1F1; }

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

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

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

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

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

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

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

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