#BBC1F2

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

Shades of Perano #BBC1F2

Tints of Perano #BBC1F2

Color information

#BBC1F2 (or 0xBBC1F2) is unknown color: approx Perano. HEX triplet: BB, C1 and F2. RGB value is (187,193,242). Sum of RGB (Red+Green+Blue) = 187+193+242=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBC1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1F2 is #443E0D. Grayscale: #C4C4C4. Windows color (decimal): -4472334 or 15909307. OLE color: 15909307.

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

Color convert

RGB187193242-
CMYK0.230.2000.05
HSL233.45º67.9%84.12%-
HSV(B)233.45º22.73%94.9%-
XYZ55.5955.1291.71-
YUV196.79153.51121.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 193 (75.78% from 255) = 31.03%
BLUE value IS 242 (94.92% from 255) = 38.91%
R=30.06%
G=31.03%
B=38.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871932420.230.2000.05233.4567.984.12
HexBBC1F2171405e94454
Octal273301362272405351104124
Binary101110111100000111110010101111010001011110100110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1F2; }

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

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

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

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

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

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

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

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